-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add curated_metric column to metadata.csv files (#1209)
* add curated_metric column to metadata.csv files * update description in launchdarkly/manifest.json * sync foundationdb models * revert foundationdb and launchdarkly
- Loading branch information
Showing
79 changed files
with
1,986 additions
and
1,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
algorithmia.duration_milliseconds,gauge,,millisecond,,Duration of algorithm run,0,algorithmia, | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric | ||
algorithmia.duration_milliseconds,gauge,,millisecond,,Duration of algorithm run,0,algorithmia,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
apisix.request.counter,count,,connection,,Number of requests received,1,apache_apisix, | ||
apisix.request.latency,gauge,,millisecond,,"Total latency of the request response lifecycle, time taken to process the particular request.",0,apache_apisix, | ||
apisix.upstream.latency,gauge,,millisecond,,The latency between time taken from proxying the request to the upstream server till a response is received.,0,apache_apisix, | ||
apisix.apisix.latency,gauge,,millisecond,,"The latency added by Apache APISIX, time taken by APISIX agent solely to process the request.",0,apache_apisix, | ||
apisix.ingress.size,gauge,,byte,,The body size of incoming request before forwarding it to upstream server.,0,apache_apisix, | ||
apisix.egress.size,gauge,,byte,,The body size of received response coming from the APISIX forwarded upstream server.,0,apache_apisix, | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric | ||
apisix.request.counter,count,,connection,,Number of requests received,1,apache_apisix,, | ||
apisix.request.latency,gauge,,millisecond,,"Total latency of the request response lifecycle, time taken to process the particular request.",0,apache_apisix,, | ||
apisix.upstream.latency,gauge,,millisecond,,The latency between time taken from proxying the request to the upstream server till a response is received.,0,apache_apisix,, | ||
apisix.apisix.latency,gauge,,millisecond,,"The latency added by Apache APISIX, time taken by APISIX agent solely to process the request.",0,apache_apisix,, | ||
apisix.ingress.size,gauge,,byte,,The body size of incoming request before forwarding it to upstream server.,0,apache_apisix,, | ||
apisix.egress.size,gauge,,byte,,The body size of received response coming from the APISIX forwarded upstream server.,0,apache_apisix,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
apollo.operations.count,gauge,,operation,,"Number of GraphQL operations (queries and mutations) processed.",0,apollo_engine,operation count | ||
apollo.operations.latency.avg,gauge,,millisecond,,"Total request duration for a GraphQL operation, average.",-1,apollo_engine,average latency | ||
apollo.operations.latency.median,gauge,,millisecond,,"Total request duration for a GraphQL operation, median/50th percentile.",-1,apollo_engine,median latency | ||
apollo.operations.latency.95percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 95th percentile.",-1,apollo_engine,p95 latency | ||
apollo.operations.latency.99percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 99th percentile.",-1,apollo_engine,p99 latency | ||
apollo.operations.latency.max,gauge,,millisecond,,"Total request duration for a GraphQL operation, max/100th percentile.",-1,apollo_engine,max latency | ||
apollo.operations.latency.min,gauge,,millisecond,,"Total request duration for a GraphQL operation, min/0th percentile.",-1,apollo_engine,min latency | ||
apollo.operations.error_count,gauge,,error,,"Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins.",-1,apollo_engine,error count | ||
apollo.operations.cache_hit_count,gauge,,hit,,"Number of GraphQL queries that were served from the full response cache.",1,apollo_engine,cache hit count | ||
apollo.engine.operations.count,gauge,,operation,,"Number of GraphQL operations (queries and mutations) processed. (Legacy metric; new integrations use apollo.operations.count.)",0,apollo_engine,legacy operation count | ||
apollo.engine.operations.latency.avg,gauge,,millisecond,,"Total request duration for a GraphQL operation, average. (Legacy metric; new integrations use apollo.operations.latency.avg.)",-1,apollo_engine,legacy average latency | ||
apollo.engine.operations.latency.median,gauge,,millisecond,,"Total request duration for a GraphQL operation, median/50th percentile. (Legacy metric; new integrations use apollo.operations.latency.median.)",-1,apollo_engine,legacy median latency | ||
apollo.engine.operations.latency.95percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 95th percentile. (Legacy metric; new integrations use apollo.operations.latency.95percentile.)",-1,apollo_engine,legacy p95 latency | ||
apollo.engine.operations.latency.99percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 99th percentile. (Legacy metric; new integrations use apollo.operations.latency.99percentile.)",-1,apollo_engine,legacy p99 latency | ||
apollo.engine.operations.latency.max,gauge,,millisecond,,"Total request duration for a GraphQL operation, max/100th percentile. (Legacy metric; new integrations use apollo.operations.latency.max.)",-1,apollo_engine,legacy max latency | ||
apollo.engine.operations.latency.min,gauge,,millisecond,,"Total request duration for a GraphQL operation, min/0th percentile. (Legacy metric; new integrations use apollo.operations.latency.min.)",-1,apollo_engine,legacy min latency | ||
apollo.engine.operations.error_count,gauge,,error,,"Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins. (Legacy metric; new integrations use apollo.operations.error_count.)",-1,apollo_engine,legacy error count | ||
apollo.engine.operations.cache_hit_count,gauge,,hit,,"Number of GraphQL queries that were served from the full response cache. (Legacy metric; new integrations use apollo.operations.cache_hit_count.)",1,apollo_engine,legacy cache hit count | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric | ||
apollo.operations.count,gauge,,operation,,"Number of GraphQL operations (queries and mutations) processed.",0,apollo_engine,operation count, | ||
apollo.operations.latency.avg,gauge,,millisecond,,"Total request duration for a GraphQL operation, average.",-1,apollo_engine,average latency, | ||
apollo.operations.latency.median,gauge,,millisecond,,"Total request duration for a GraphQL operation, median/50th percentile.",-1,apollo_engine,median latency, | ||
apollo.operations.latency.95percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 95th percentile.",-1,apollo_engine,p95 latency, | ||
apollo.operations.latency.99percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 99th percentile.",-1,apollo_engine,p99 latency, | ||
apollo.operations.latency.max,gauge,,millisecond,,"Total request duration for a GraphQL operation, max/100th percentile.",-1,apollo_engine,max latency, | ||
apollo.operations.latency.min,gauge,,millisecond,,"Total request duration for a GraphQL operation, min/0th percentile.",-1,apollo_engine,min latency, | ||
apollo.operations.error_count,gauge,,error,,"Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins.",-1,apollo_engine,error count, | ||
apollo.operations.cache_hit_count,gauge,,hit,,"Number of GraphQL queries that were served from the full response cache.",1,apollo_engine,cache hit count, | ||
apollo.engine.operations.count,gauge,,operation,,"Number of GraphQL operations (queries and mutations) processed. (Legacy metric; new integrations use apollo.operations.count.)",0,apollo_engine,legacy operation count, | ||
apollo.engine.operations.latency.avg,gauge,,millisecond,,"Total request duration for a GraphQL operation, average. (Legacy metric; new integrations use apollo.operations.latency.avg.)",-1,apollo_engine,legacy average latency, | ||
apollo.engine.operations.latency.median,gauge,,millisecond,,"Total request duration for a GraphQL operation, median/50th percentile. (Legacy metric; new integrations use apollo.operations.latency.median.)",-1,apollo_engine,legacy median latency, | ||
apollo.engine.operations.latency.95percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 95th percentile. (Legacy metric; new integrations use apollo.operations.latency.95percentile.)",-1,apollo_engine,legacy p95 latency, | ||
apollo.engine.operations.latency.99percentile,gauge,,millisecond,,"Total request duration for a GraphQL operation, 99th percentile. (Legacy metric; new integrations use apollo.operations.latency.99percentile.)",-1,apollo_engine,legacy p99 latency, | ||
apollo.engine.operations.latency.max,gauge,,millisecond,,"Total request duration for a GraphQL operation, max/100th percentile. (Legacy metric; new integrations use apollo.operations.latency.max.)",-1,apollo_engine,legacy max latency, | ||
apollo.engine.operations.latency.min,gauge,,millisecond,,"Total request duration for a GraphQL operation, min/0th percentile. (Legacy metric; new integrations use apollo.operations.latency.min.)",-1,apollo_engine,legacy min latency, | ||
apollo.engine.operations.error_count,gauge,,error,,"Number of GraphQL operations that resulted in a GraphQL error, including HTTP errors from origins. (Legacy metric; new integrations use apollo.operations.error_count.)",-1,apollo_engine,legacy error count, | ||
apollo.engine.operations.cache_hit_count,gauge,,hit,,"Number of GraphQL queries that were served from the full response cache. (Legacy metric; new integrations use apollo.operations.cache_hit_count.)",1,apollo_engine,legacy cache hit count, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric |
Oops, something went wrong.