We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using: logzio-k8s-telemetry 0.0.29
I get the following error when trying to scrape metrics from a cloudwatch exporter container on a default EKS node:
2023-06-12T07:21:09.205Z debug scrape/scrape.go:1368 Append failed {"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_pool": "applications", "target": "http://x.x.x.x:9106/metrics", "error": "job or instance cannot be found from labels"}
Noticed a similar issue in the aws-observability project where they resolved it changing the scrape job, see the following PR:
The text was updated successfully, but these errors were encountered:
@Deofex Thank you for reporting this issue. Our team Will review it soon
Sorry, something went wrong.
No branches or pull requests
Using: logzio-k8s-telemetry 0.0.29
I get the following error when trying to scrape metrics from a cloudwatch exporter container on a default EKS node:
2023-06-12T07:21:09.205Z debug scrape/scrape.go:1368 Append failed {"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_pool": "applications", "target": "http://x.x.x.x:9106/metrics", "error": "job or instance cannot be found from labels"}
Noticed a similar issue in the aws-observability project where they resolved it changing the scrape job, see the following PR:
The text was updated successfully, but these errors were encountered: