-
Notifications
You must be signed in to change notification settings - Fork 370
Add initial Activity / Metric support #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial Activity / Metric support #183
Conversation
Tagging @lmolkova for looking at how to formalize the semantic conventions. |
If MCP becomes a big deal then at some point in the future there will probably be some OTEL semantic conventions for MCP traces/metrics. Undoubtably our names won't line up. I don't think there is anything that can be done about that. But something to keep in mind. |
I created an issue and copilot generated doc based on these to kickstart the semantic convention process. |
unfortunately AI cannot replace people when writing semantic conventions - it should read |
- Creates an Activity around every outgoing send / incoming receive handling - Creates a histogram for each incoming operation, tagged with request/notification details
c9d76f7
to
f944439
Compare
@samsp-msft, are you good with this for now? |
cc: @samsp-msft