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
Hi all. There's been people asking whether OData libraries could be instrumented to provide telemetry data. We're considering adding this instrumentation and wanted to know whether this is something more people would find valuable, and if so what kind of data (spans, events, metrics, etc.) they would like to get from this.
Some initial thoughts are to start with basic data in the core library like:
spans that track when writing a payload starts and ends
exception and validation error events
The application developer using OData libraries can consume this telemetry using OpenTelemetry libraries, tools and send them to their application performance monitoring tools.
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
-
Hi all. There's been people asking whether OData libraries could be instrumented to provide telemetry data. We're considering adding this instrumentation and wanted to know whether this is something more people would find valuable, and if so what kind of data (spans, events, metrics, etc.) they would like to get from this.
Some initial thoughts are to start with basic data in the core library like:
The application developer using OData libraries can consume this telemetry using OpenTelemetry libraries, tools and send them to their application performance monitoring tools.
Beta Was this translation helpful? Give feedback.
All reactions