Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 824 Bytes

File metadata and controls

13 lines (9 loc) · 824 Bytes

OpenTelemetry Operator Roadmap

Golang auto-instrumentation.

  • Adding OpenTelemetry instrumentation to Go applications without having to modify their source code.

OpAMP Bridge.

  • Open Agent Management Protocol (OpAMP) is a network protocol for remote management of large fleets of data collection Agents. The complete specification can be found here.

Simplifying the Operator CRDs.

  • In order to get the OpenTelemetryCollector easier to be deployed, we are experimenting an opinionated CRDs, which will have the cofig file declared as parameters.

Configuration reload when collector running as Sidecar.

  • When the OpenTelemetryCollector instance is running a sidecar will get reloaded if the config parameter changes.