You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussion in the Collector community meeting, we want to explore new designs and alternative solutions for the following topics:
Telemetry configuration: Application has different telemetry components such as a logger, exporter for metrics, etc. Configuration for them is varied, some parts are available through flags, other are hardcoded in code. We want to explore how this configuration should be defined.
Building of custom components: Currently, a set of custom components are used for telemetry - such as a zap logger and a prometheus exporter for metrics. One long term goal exists to switch this components to OTel, while still making possible the usage of custom components. For that, we need to explore how these components should be built.
Describe the solution you'd like
One possible solution for the configuration is to move it to the Application's YAML config file. The YAML file is the main source of the configuration for the application's components. Removing other options would bring more consistency.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Follow-up issue from #3436
After discussion in the Collector community meeting, we want to explore new designs and alternative solutions for the following topics:
Application
has different telemetry components such as a logger, exporter for metrics, etc. Configuration for them is varied, some parts are available through flags, other are hardcoded in code. We want to explore how this configuration should be defined.Describe the solution you'd like
One possible solution for the configuration is to move it to the
Application
's YAML config file. The YAML file is the main source of the configuration for the application's components. Removing other options would bring more consistency.The text was updated successfully, but these errors were encountered: