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
@tmc The only option we have at the moment in otel is using sampling rate.
Potentially you could use otel collector as an intermediary to try and implement this functionality?
We are facing a problem where the number of spans generated by the router is significantly higher than the number generated by the apollo-server, which we previously used as a gateway. This is a concern for us as we use an observability tool that charges based on the amount of data ingested.
Sampling is not an option as we want to monitor all the requests. Can you elaborate on how running an intermediary otel collector can help? Also, can rhai script help here in someway?
Some trace span storage systems charge by span event and right now this project produces quite a few spans (at least when used as a federating proxy).
Adding some configuration knobs to reduce the number of spans created would be nice.
The text was updated successfully, but these errors were encountered: