Method: GraphQL::Tracing::StatsdTracing#platform_authorized_key

Defined in:
lib/graphql/tracing/statsd_tracing.rb

#platform_authorized_key(type) ⇒ Object

[View source] [View on GitHub]

35
36
37
# File 'lib/graphql/tracing/statsd_tracing.rb', line 35

def platform_authorized_key(type)
  "graphql.authorized.#{type.graphql_name}"
end