Skip to content

Conversation

@alocay
Copy link
Contributor

@alocay alocay commented Sep 16, 2025

Adding configuration option to sample traces. Can use the following options:

  1. Ratio based samples (ratio >= 1 is always sample)
  2. Always on
  3. Always off

Defaults to always on if not provided.

swcollard and others added 6 commits September 5, 2025 13:33
* Create a prototype of otel emitting traces to local jaegar instance

* Add tracing annotations

* Combine logging and tracing

* copilot feedback

* Add changeset

* Instrument other tools

* Clippy fixes

* PR feedback

* Change default env name to development

Co-authored-by: Dale Seo <[email protected]>

* Remove some extraneous extensions

---------

Co-authored-by: Dale Seo <[email protected]>
* Implement metrics for mcp tool and operation counts and durations

* Changeset

* Unit test attribute setting in graphql.rs

* Add axum_otel_metrics for emitting basic http metrics about requests

* Lazy load singleton Meter for metrics

* Alphabetize

* Simplify result.is_error checking
…l headers downstream (#307)

* Fix sending OTLP trace headers downstream to GQL API

* Changeset
* Add basic config file options to otel telemetry

* Happy path unit test for telemetry config

* Changeset

* Taplo format

* Refactor to add a couple more tests

* Update unit test for clippy after rust upgrade

* Rename unit tests
* feat: adding ability to omit attributes for traces and metrics

* chore: adding changeset

* chore: updating changeset text

* chore: removing unused file

* chore: renaming exporter file

* chore: renaming module

* re-running checks

* chore: auto-gen the as_str function using enums instead of constants

* chore: updating changeset entry and fixing fields in instruemnt attribute

* chore: adding description as a doc string

* chore: updating changeset  entry

* chore: updating operation attribute descriptions

* chore: updating operation_type attribute to operation_source

* chore: skipping request from instrumentation

* chore: fixing clippy issues

* re-running nix build

* updating unit test snapshot

* chore: fixing toml formatting issues

* test: removing asserts on constants

* chore: format issues

* test: adjusting unit test to not use local envar

* revert: undoing accidental commit

* test: removing unnecessary assert
@alocay alocay requested a review from a team as a code owner September 16, 2025 19:29
@apollo-librarian
Copy link

apollo-librarian bot commented Sep 16, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 5 changed, 0 removed
* (developer-tools)/apollo-mcp-server/(latest)/config-file.mdx
* (developer-tools)/apollo-mcp-server/(latest)/deploy.mdx
* (developer-tools)/apollo-mcp-server/(latest)/index.mdx
* (developer-tools)/apollo-mcp-server/(latest)/install.mdx
* (developer-tools)/apollo-mcp-server/(latest)/limitations.mdx

Build ID: ae74739846a5fc466f16edac
Build Logs: View logs

URL: https://www.apollographql.com/docs/deploy-preview/ae74739846a5fc466f16edac

@apollographql apollographql deleted a comment from github-actions bot Sep 16, 2025
Copy link
Contributor

@swcollard swcollard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for adding the tests

@alocay alocay closed this Sep 17, 2025
@apollo-bot2 apollo-bot2 mentioned this pull request Sep 24, 2025
@DaleSeo DaleSeo mentioned this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants