-
Notifications
You must be signed in to change notification settings - Fork 745
Open
Labels
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am trying to create a job that processes OTEL data and generates user telemetry to be shown in a dashboard. During local development I can't use the open telemetry being sent to the dashboard to validate my logic (I am willing to switch the data source locally).
Describe the solution you'd like
Expose rest endpoints to consume open telemetry data. You are exposing them as MCP so adding a rest layer over the same data should be fine.
Additional context
No response