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
For our project we would like to send a high amount of periodic data using asynchronous gauges via OpenTelemetry.
However due to the amount of data we're sending, we're seeing a high cost in processing the data.
As a solution we would like to only send data when it has changed.
Doing this could be either using the opentelemetry-cpp library in our application, or via processors in the otel-collector.
Currently this seems not to be possible.
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
-
For our project we would like to send a high amount of periodic data using asynchronous gauges via OpenTelemetry.
However due to the amount of data we're sending, we're seeing a high cost in processing the data.
As a solution we would like to only send data when it has changed.
Doing this could be either using the opentelemetry-cpp library in our application, or via processors in the otel-collector.
Currently this seems not to be possible.
Do people here have a solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions