Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changesets/feat_otel_prototype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Prototype OpenTelemetry Traces in MCP Server - @swcollard PR #274

Pulls in new crates and SDKs for prototyping instrumenting the Apollo MCP Server with Open Telemetry Traces.

* Adds new rust crates to support OTel
* Annotates excecute and call_tool functions with trace macro
* Adds Axum and Tower middleware's for OTel tracing
* Refactors Logging so that all the tracing_subscribers are set together in a single module.

Loading