https://github.com/pavolloffay/opentelemetry-instrumentation-operator
OpenTelemetry instrumentation operator
https://github.com/pavolloffay/opentelemetry-instrumentation-operator
Last synced: 3 months ago
JSON representation
OpenTelemetry instrumentation operator
- Host: GitHub
- URL: https://github.com/pavolloffay/opentelemetry-instrumentation-operator
- Owner: pavolloffay
- License: apache-2.0
- Created: 2021-08-10T13:19:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T16:10:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T22:09:33.482Z (5 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry instrumentation operator
This project is POC/work in progress!
OpenTelemetry instrumentation operator injects OpenTelemetry auto instrumentation into deployment.
For the configuration see [instrumentation-cr](./examples/04-instrumentation.yaml).## Enable instrumentation
Right now the instrumentation CR has to be created in every namespace where instrumentation is enabled.
Then label `opentelemetry-inst-java=enabled` has to be added on a workload or namespace.Create the following CR in a namespace:
```yaml
cat <