Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application's telemetry configuration #3482

Closed
mapno opened this issue Jun 23, 2021 · 2 comments
Closed

Application's telemetry configuration #3482

mapno opened this issue Jun 23, 2021 · 2 comments
Assignees

Comments

@mapno
Copy link
Contributor

mapno commented Jun 23, 2021

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:

  • 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.

@alolita
Copy link
Member

alolita commented Sep 17, 2021

@Aneurysm9 - any updates?

@bogdandrutu bogdandrutu removed this from the Configuration stability for v37 milestone Jan 18, 2022
@bogdandrutu
Copy link
Member

Telemetry can now be configured in the main config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants