Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 1 KB

metric-set-query-config.md

File metadata and controls

31 lines (30 loc) · 1 KB

SignalFxCanaryMetricSetQueryConfig (CanaryMetricSetQueryConfig)

SignalFx specific query configurations. See The integration test canary-config json for a real example.

Properties

  • metricName requests.count (string, required) - Metric name.
  • queryPairs (array[QueryPair], optional) - List of query pairs.
  • aggregationMethod (enum[string], optional) - How to aggregate each time series of collected data to a single data point. Defaults to mean.
    • bottom
    • count
    • max
    • mean
    • mean_plus_stddev
    • median
    • min
    • random
    • sample_stddev
    • sample_variance
    • size
    • stddev
    • sum
    • top
    • variance
  • type (enum[string], required)
    • signalfx

QueryPair (object)

Can be dimensions, properties, or tags (for tags, use tag as key).

Properties

  • key uri (string, required) - key
  • value /v1/some-endpoint - value