Open carlosjgp opened 3 years ago
I've created a case with support and added a "flare" file to it (522689)
In case you come across this ticket...
So it happens that the collection of metrics from Prometheus endpoints does not support the wildcard by itself and I configured above
"metrics": [
"*"
]
This seems to be a safeguard to avoid DD users finding at the end of the month a very inflated invoice. This is because DD charges extra for custom metrics
If a metric is not submitted from one of the more than 450 Datadog integrations it’s considered a custom metric(1).
leaving me to have to implement something like
"metrics": [
"a*",
"b*",
"c*",
"d*",
...
"z*"
]
to be able to ingest all the metrics from this deployment
god bless you @carlosjgp 😂, was using a wildcard ".*"
in a similar fashion, and spinning around trying to understand why metric samples were held at 0
. this behaviour should be documented
(Maybe it's an agent bug?)
Output of the info page (if this is a bug) Instructions for K8s don't work
agent status
Describe what happened: Getting this error on the agent logs and metrics are missing
Annotations on the PODs
this endpoint works when I forward it locally
Helm deployed using
Describe what you expected: Metrics are collected correctly
Steps to reproduce the issue: Upgrading from
datadog
chart2.10.3
to2.18.0
,2.18.1
,2.18.2
and finally2.18.3
Following the guidesAdditional environment details (Operating System, Cloud provider, etc): EKS AWS 1.20