Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/docker_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Add `discovery` field to support auto-install
type: enhancement
link: https://github.com/elastic/integrations/pull/15733
- version: "0.1.2"
changes:
- description: Add `opentelemetry` category
Expand Down
7 changes: 5 additions & 2 deletions packages/docker_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: docker_otel
title: "Docker OpenTelemetry Assets"
version: 0.1.2
version: 0.2.0
source:
license: "Elastic-2.0"
description: "Utilise the pre-built dashboard for OTel-native metrics of Docker hosts and their running containers"
Expand All @@ -14,9 +14,12 @@ categories:
- opentelemetry
conditions:
kibana:
version: "^8.17.2 || ^9.0.0"
version: "^9.2.0"
elastic:
subscription: "basic"
discovery:
datasets:
- name: dockerstatsreceiver.otel
screenshots:
- src: /img/docker_stats_overview.png
title: Overview Page
Expand Down
5 changes: 5 additions & 0 deletions packages/kubernetes_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.0"
changes:
- description: Add `discovery` field to support auto-install
type: enhancement
link: https://github.com/elastic/integrations/pull/15733
- version: 1.2.2
changes:
- description: Update EDOT quick start url
Expand Down
9 changes: 7 additions & 2 deletions packages/kubernetes_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: kubernetes_otel
title: "Kubernetes OpenTelemetry Assets"
version: 1.2.2
version: 1.3.0
description: "Utilise the pre-built dashboard for OTel-native metrics and events collected from a Kubernetes cluster"
type: content
categories:
Expand All @@ -11,11 +11,16 @@ categories:
- opentelemetry
conditions:
kibana:
version: "^8.18.0 || ^9.2.0"
version: "^9.2.0"
elastic:
subscription: "basic"
discovery:
fields: []
datasets:
- name: kubeletstatsreceiver.otel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These you figured out from the dashboard ? @mykola-elastic

Copy link
Contributor Author

@mykola-elastic mykola-elastic Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ishleenk17 no, in the dashboard there is only *.otel filter, none of them are specified there. I picked the datasets names from the receiver list in the elastic-agent (EDOT). I also, asked the @elastic/obs-ds-hosted-services team for clarification/checking #15733 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mykola you are correct. You can find in the list of receivers also here

Also a comment about logs for kubernetes that go to logs-generic.otel . Do you want also to add this?

Copy link
Contributor Author

@mykola-elastic mykola-elastic Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for confirming!
About generic.otel - I would rather keep only "specialized" names. I guess it is possible to some other data to get that "generic.otel" dataset name which would lead to auto-installation of kubernetes dashboard where there is no kubernetes data
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticsearchexporter#elasticsearch-document-routing

- name: k8sobjectsreceiver.otel
- name: k8seventsreceiver.otel
- name: k8sclusterreceiver.otel
screenshots:
- src: /img/kubernetes_overview.png
title: Kubernetes Overview Dashboard
Expand Down