Skip to content

Commit

Permalink
feat(meshmetric): disable rollup of clusters
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <[email protected]>
  • Loading branch information
slonka committed Mar 29, 2024
1 parent 95c5e33 commit d2e2e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/kuma-dp/pkg/dataplane/meshmetrics/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ func (cf *ConfigFetcher) mapApplicationToApplicationToScrape(applications []xds.
Port: cf.envoyAdminPort,
IsIPv6: false,
QueryModifier: metrics.AggregatedQueryParametersModifier(metrics.AddPrometheusFormat, metrics.AddSidecarParameters(sidecar)),
Mutator: metrics.AggregatedMetricsMutator(metrics.MergeClustersForPrometheus),
MeshMetricMutator: metrics.AggregatedOtelMutator(metrics.ProfileMutatorGenerator(sidecar), metrics.MergeClustersForOpenTelemetry),
})

Expand Down

0 comments on commit d2e2e03

Please sign in to comment.