Skip to content

Commit

Permalink
[kubernetes OTEL] Add kubernetes OTEL package (#11137)
Browse files Browse the repository at this point in the history
* add content package - k8s OTEL

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>

* rename dashboard; fix tag; change description of the package

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>

* fix dashboard to use correct data view

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>

* Update packages/kubernetes_otel/manifest.yml

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* rename package to use Kubernetes OpenTelemetry Assets name

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>

* change tag OTEL -> OpenTelemetry

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>

---------

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
  • Loading branch information
tetianakravchenko and gizas authored Sep 20, 2024
1 parent c7d87fc commit 7c0518c
Show file tree
Hide file tree
Showing 9 changed files with 4,725 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
/packages/kibana @elastic/stack-monitoring
/packages/kubernetes @elastic/obs-cloudnative-monitoring
/packages/kubernetes/kibana @elastic/obs-cloudnative-monitoring @elastic/kibana-visualizations
/packages/kubernetes_otel @elastic/obs-cloudnative-monitoring
/packages/lastpass @elastic/security-service-integrations
/packages/linux @elastic/elastic-agent-data-plane
/packages/lmd @elastic/ml-ui @elastic/sec-applied-ml
Expand Down
6 changes: 6 additions & 0 deletions packages/kubernetes_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# newer versions go on top
- version: "0.0.1"
changes:
- description: Initial draft of the Kubernetes OpenTelemetry Assets package
type: enhancement
link: https://github.com/elastic/integrations/pull/11137
15 changes: 15 additions & 0 deletions packages/kubernetes_otel/docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Kubernetes OpenTelemetry Assets

Kubernetes OpenTelemetry Assets must be used with OpenTelemetry data. With this package will be installed assets to monitor [Kubernetes clusters](https://kubernetes.io/).

## Requirements

You need Elasticsearch for storing and searching your data and Kibana for visualizing and managing it.
You can use our hosted Elasticsearch Service on Elastic Cloud, which is recommended, or self-manage the Elastic Stack on your own hardware.

## Setup

TODO: Add how to install opentelemetry-collector

For step-by-step instructions on how to set up an integration, see the
[Getting started](https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html) guide.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/kubernetes_otel/img/logo_kubernetes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7c0518c

Please sign in to comment.