{"id":20176390,"url":"https://github.com/async-graphql/async_graphql_apollo_studio_extension","last_synced_at":"2025-04-10T04:11:15.192Z","repository":{"id":36983005,"uuid":"386123791","full_name":"async-graphql/async_graphql_apollo_studio_extension","owner":"async-graphql","description":"Async GraphQL Apollo Extensions","archived":false,"fork":false,"pushed_at":"2024-04-22T02:46:20.000Z","size":450,"stargazers_count":33,"open_issues_count":12,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-24T05:26:49.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/async-graphql.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-07-15T01:25:05.000Z","updated_at":"2024-10-14T14:21:11.000Z","dependencies_parsed_at":"2024-04-22T03:46:05.965Z","dependency_job_id":"9db13a05-e49f-4368-99c1-9eb6af7534eb","html_url":"https://github.com/async-graphql/async_graphql_apollo_studio_extension","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async-graphql%2Fasync_graphql_apollo_studio_extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async-graphql%2Fasync_graphql_apollo_studio_extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async-graphql%2Fasync_graphql_apollo_studio_extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/async-graphql%2Fasync_graphql_apollo_studio_extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/async-graphql","download_url":"https://codeload.github.com/async-graphql/async_graphql_apollo_studio_extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154990,"owners_count":21056543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T02:09:08.684Z","updated_at":"2025-04-10T04:11:15.171Z","avatar_url":"https://github.com/async-graphql.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"async-graphql-extension-apollo-tracing\n====\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- CI --\u003e\n  \u003cimg src=\"https://github.com/Miaxos/async_graphql_apollo_studio_extension/actions/workflows/ci.yml/badge.svg\" /\u003e\n  \u003c!-- Crates version --\u003e\n  \u003ca href=\"https://crates.io/crates/async-graphql-extension-apollo-tracing\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/async-graphql-extension-apollo-tracing.svg?style=flat-square\"\n    alt=\"Crates.io version\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Documentation --\u003e\n  \u003ca href=\"https://docs.rs/async-graphql-extension-apollo-tracing/\"\u003e\n    \u003cimg src=\"https://docs.rs/async-graphql-extension-apollo-tracing/badge.svg?style=flat-square\"\n      alt=\"Documentation\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Downloads --\u003e\n  \u003ca href=\"https://crates.io/crates/async-graphql-extension-apollo-tracing\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/async-graphql-extension-apollo-tracing.svg?style=flat-square\"\n      alt=\"Download\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\nasync-graphql-extension-apollo-tracing is an open-source extension for the crates [async_graphql](https://github.com/async-graphql/async-graphql). The purpose of this extension is to provide a simple way to create \u0026 send your graphql metrics to [Apollo Studio](https://studio.apollographql.com/).\n\n- [Documentation](https://docs.rs/async-graphql-extension-apollo-tracing/)\n\n_Tested at Rust version: `rustc 1.75.0`_\n\n![Apollo Studio with async_graphql](apollo-studio.png?raw=true \"Apollo Studio with async_graphql\")\n\n## Features\n\n* Runtime agnostic (tokio / async-std)\n* Fully support traces \u0026 errors\n* Batched Protobuf transfer\n* Client segmentation\n* Additional data to segment your queries by visitors\n* Tracing\n* Schema export to studio\n* Error traces\n* Gzip compression\n\n## Crate features\n\nThis crate offers the following features, all of which are not activated by default:\n\n- `compression`: Enable the GZIP Compression when sending traces.\n- `tokio-comp`: Enable the Tokio compatibility  when you have a tokio-runtime\n\n## Example\n\nCheck the example from `example` directory.\n\n## References\n\n* [GraphQL](https://graphql.org)\n* [Async Graphql Crates](https://github.com/async-graphql/async-graphql)\n* [Apollo Tracing](https://github.com/apollographql/apollo-tracing)\n* [Apollo Server](https://github.com/apollographql/apollo-server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasync-graphql%2Fasync_graphql_apollo_studio_extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasync-graphql%2Fasync_graphql_apollo_studio_extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasync-graphql%2Fasync_graphql_apollo_studio_extension/lists"}