-
Notifications
You must be signed in to change notification settings - Fork 2k
Proposed strategy for making the collector an observable application #7532
Copy link
Copy link
Closed
Labels
release:required-for-gaMust be resolved before GA releaseMust be resolved before GA release
Milestone
Description
This is a follow up to various conversations that have been had around this topic. I'd like to propose that we make the configuration for the collector follow the proposed configuration for SDKs (which is still under work, see sample configuration from the otep). Ideally I'd like to use the collector as a prototype of the configuration as it evolves.
I propose that most of the configuration parsing be done inside the collector for the time being, with the plan to leverage the Go SDK's implementation in the future. In order for this to work, there is quite a bit of work that needs to happen:
- Update
telemetrycode to support more than a single prometheus instance #7533 - Support additional exporters for exporting collector metrics #7641
- Support additional exporters for exporting collector traces #8106
- Support additional exporters for exporting collector logs #8118
- Collector
telemetrystanza must support additional configuration parameters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
release:required-for-gaMust be resolved before GA releaseMust be resolved before GA release
Type
Projects
Status
Done