apollo.operations.count (gauge) | Number of GraphQL operations (queries and mutations) processed. Shown as operation |
apollo.operations.latency.avg (gauge) | Total request duration for a GraphQL operation, average. Shown as millisecond |
apollo.operations.latency.median (gauge) | Total request duration for a GraphQL operation, median/50th percentile. Shown as millisecond |
apollo.operations.latency.95percentile (gauge) | Total request duration for a GraphQL operation, 95th percentile. Shown as millisecond |
apollo.operations.latency.99percentile (gauge) | Total request duration for a GraphQL operation, 99th percentile. Shown as millisecond |
apollo.operations.latency.max (gauge) | Total request duration for a GraphQL operation, max/100th percentile. Shown as millisecond |
apollo.operations.latency.min (gauge) | Total request duration for a GraphQL operation, min/0th percentile. Shown as millisecond |
apollo.operations.error_count (gauge) | Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins. Shown as error |
apollo.operations.cache_hit_count (gauge) | Number of GraphQL queries that were served from the full response cache. Shown as hit |
apollo.engine.operations.count (gauge) | Number of GraphQL operations (queries and mutations) processed. (Legacy metric; new integrations use apollo.operations.count.) Shown as operation |
apollo.engine.operations.latency.avg (gauge) | Total request duration for a GraphQL operation, average. (Legacy metric; new integrations use apollo.operations.latency.avg.) Shown as millisecond |
apollo.engine.operations.latency.median (gauge) | Total request duration for a GraphQL operation, median/50th percentile. (Legacy metric; new integrations use apollo.operations.latency.median.) Shown as millisecond |
apollo.engine.operations.latency.95percentile (gauge) | Total request duration for a GraphQL operation, 95th percentile. (Legacy metric; new integrations use apollo.operations.latency.95percentile.) Shown as millisecond |
apollo.engine.operations.latency.99percentile (gauge) | Total request duration for a GraphQL operation, 99th percentile. (Legacy metric; new integrations use apollo.operations.latency.99percentile.) Shown as millisecond |
apollo.engine.operations.latency.max (gauge) | Total request duration for a GraphQL operation, max/100th percentile. (Legacy metric; new integrations use apollo.operations.latency.max.) Shown as millisecond |
apollo.engine.operations.latency.min (gauge) | Total request duration for a GraphQL operation, min/0th percentile. (Legacy metric; new integrations use apollo.operations.latency.min.) Shown as millisecond |
apollo.engine.operations.error_count (gauge) | Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins. (Legacy metric; new integrations use apollo.operations.error_count.) Shown as error |
apollo.engine.operations.cache_hit_count (gauge) | Number of GraphQL queries that were served from the full response cache. (Legacy metric; new integrations use apollo.operations.cachehitcount.) Shown as hit |