An open API service indexing awesome lists of open source software.

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

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 <