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
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.
The text was updated successfully, but these errors were encountered:
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.
There could be a second otelcol-advanced-config.yml or those settings could be disabled by default.
The text was updated successfully, but these errors were encountered: