@@ -8522,21 +8522,15 @@ properties:
85228522 type : string
85238523 type : array
85248524 comment : |-
8525- Per-endpoint metric filter lists, keyed by the endpoint URL exactly as it is
8526- configured under `dd_url` or `additional_endpoints`. Metrics named in an entry are
8527- not sent to that endpoint, and every other endpoint keeps receiving them.
8525+ Keyed by the endpoint URL exactly as configured under `dd_url` or
8526+ `additional_endpoints`. Unlike metric_filterlist, which drops during sampling and
8527+ so affects every destination, this is applied per destination as its payload is
8528+ built.
85288529
8529- This differs from `metric_filterlist`, which is applied while metrics are sampled
8530- and therefore removes them from every destination. This setting is applied when the
8531- payload for each destination is built, so it can single out one endpoint.
8532-
8533- Names are matched exactly. metric_filterlist_match_prefix does not apply, because
8534- Remote Config resets that setting whenever it pushes a metric filter list.
8535-
8536- Requires use_v2_api.series, which is the default. On the v1 series API a single
8537- payload is built and copied to every destination, so there is no point at which a
8538- per-endpoint filter can be applied; the Agent logs a warning if both are set.
8539- Sketches are unaffected and always honour these lists.
8530+ Names are matched exactly; metric_filterlist_match_prefix does not apply, because
8531+ Remote Config resets that setting whenever it pushes a filter list. Requires
8532+ use_v2_api.series (the default): the v1 path builds one payload for all
8533+ destinations, so nothing can be filtered per endpoint there.
85408534 tags :
85418535 - full-agent-only:true
85428536 metric_filterlist_match_prefix :
0 commit comments