From 853d9d04a19dc5a54d594e670cc87fa7aec25fc1 Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Mon, 20 May 2024 22:45:21 +0100 Subject: [PATCH] Enable remapping for OTel hostmetrics to Elastic metrics --- changelogs/head.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 52b4689ed43..023efcbce78 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -21,3 +21,4 @@ https://github.com/elastic/apm-server/compare/8.14\...main[View commits] ==== Added - Add `elasticsearch.flushed.uncompressed.bytes` metric {pull}13155[13155] +- Enable Kibana curated UIs to work with hostmetrics from OpenTelemetry's [hostmetricsreceiver](https://pkg.go.dev/go.opentelemetry.io/collector/receiver/hostmetricsreceiver) {pull}xxx[xxx]