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 configration is working OK, but the configuration content is too complicated . If I have dozens of projects, my configuration entries will become too lengthy and unmaintainable. Can you help me optimize this configuration?
How can I get authenticate token from receivers-otpl grpc or http header and save it to resouces.attribute . Now the OTEL client send the token twice (header and resource_attributes ). The client command is like :
Is it possible to transmit only in the HEADER and then have the Collector automatically save it in RESOURCE.ATTRIBUTES?
Could the transform/token-mapping plugin support a single token-to-project mapping configuration that applies globally across all telemetry signals (traces, logs, and metrics), instead of requiring separate configurations for each data type? This would greatly simplify the configuration .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment Information
OpenTelemetry Collector Contrib Version: v0.130.0
Deployment Environment: Bare Metal
Data Volume: Approximately 1000 spans/second, 500 metrics/second
Hardware Configuration: 4 CPU cores, 8GB RAM
Current Configuration
Question
The configration is working OK, but the configuration content is too complicated . If I have dozens of projects, my configuration entries will become too lengthy and unmaintainable. Can you help me optimize this configuration?
Is it possible to transmit only in the HEADER and then have the Collector automatically save it in RESOURCE.ATTRIBUTES?
Beta Was this translation helpful? Give feedback.
All reactions