opentelemetry_semantic_conventions::attribute

Constant GRAPHQL_DOCUMENT

Source
pub const GRAPHQL_DOCUMENT: &str = "graphql.document";
Expand description

The GraphQL document being executed.

§Notes

The value may be sanitized to exclude sensitive information.

§Examples

  • "query findBookById { bookById(id: ?) { name } }"