Actions are a way to modify the OpenTelemetry data recorded by Odigos Sources, before it is exported to your destinations.
Scope Categories
Relation Between Sampling Actions
Service: Frontend, Endpoint: /buy
with a latency threshold of 1 second and a fallback of 50%, and a Global ErrorSampler with a fallback of 20%:
Frontend /buy
below 1 second latency will fall under the Endpoint action’s fallback and retain 50% of these traces.Frontend /buy
above 1 second latency will always be retained.Frontend /buy
will be sampled at 20%.