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

Add some "demos" for collector components #174

Closed
svrnm opened this issue Jun 28, 2022 · 0 comments · Fixed by #212
Closed

Add some "demos" for collector components #174

svrnm opened this issue Jun 28, 2022 · 0 comments · Fixed by #212
Labels
enhancement New feature or request

Comments

@svrnm
Copy link
Member

svrnm commented Jun 28, 2022

Feature Request

The current collector configuration coming with the demo-webstore is mostly for receiving traces/metrics and exporting them once again.

I think there's some opportunity to easily add some demos of collector features/components, e.g.

  • use some processors like attributesprocessor/transformprocessor to add/delete/... attributes, maybe some of the services are exposing sensitive data (like username) and the processor is dropping that data.
  • compute/transform some metrics
  • use a sampling processor
  • receive metrics from redis?
  • have a "legacy" service that exports traces/metrics in a different format
  • ...

There could be a second otelcol-advanced-config.yml or those settings could be disabled by default.

@svrnm svrnm added the enhancement New feature or request label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant