-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[BUG] Envoy Gateway Metrics Reported As Custom Metrics #37505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@crhuber
Actually. The metrics here might be collected from something else. Because there isn't a namespace on the screenshotted metric at all. If you disable the envoy check here, do the metric go away? Specifically for this host for envoy_cluster_upstream_rq.count? I'm wondering if the metric is being collected from somewhere else like a an openmetrics check with a wildcar match for metrics or something. |
@steveny91 i did remove the namespace but it didnt make a difference. I did see this on the datadog agent logs though which indicate its trying to check
|
Hmm on the agent pod/container, can you run |
@steveny91
|
We have installed envoy-gateway 1.4 which runs of course envoy. Since datadog has the envoy integeration we would expect these metrics to be ingested as part of the envoy integration.
Instead they are being ingested as custom metrics.
Agent Environment
gcr.io/datadoghq/agent:7.65.1
Describe what happened:
I tried forcing the deployment to use the envoy checks by adding this annotation but it didnt seem to work
Instead the metrics show up like this in metrics explorer
Describe what you expected:
Envoy gateway metrics ingested as
envoy
integration metricsAdditional environment details (Operating System, Cloud provider, etc):
Kubernetes GKE
The text was updated successfully, but these errors were encountered: