prometheus-to-cloudwatch
prometheus-to-cloudwatch copied to clipboard
Utility for scraping Prometheus metrics from a Prometheus client endpoint and publishing them to CloudWatch
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Hello, I'm trying to put OpenDJ metrics into CloudWatch. OpenDJ has a prometheus exporter, so this app felt like a good fit. I tried it and got the following message...
https://helm.sh/blog/new-location-stable-incubator-charts/ documents changed location of this repo.
Hello! I have a problem with prometheus to cloudwatch error: returned HTTP status 400 Bad Request My prometheus collect metrics by blackbox exporter icmp on path http://url:9115/probe but when i...
I tried joining the slack community but the given [link](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/prometheus-to-cloudwatch&utm_content=slack) is not working. Can you please check? Regards,
Addresses #42 so that the chart can be utilized in newer clusters and not break on helm update (due to invalid api version).
We're running prometheus-to-cloudwatch in a kubernetes pod to scrape our selenium endpoint for metrics. This is working but after a couple of hours it causes the selenium exporter to become...
`additional_dimension` only accepts one dimension and I need multiple for my application, so I have copied the pattern in use for `replace_dimensions` and applied it to a new and discreet...
According to https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases the currently used version of Alpine is not supported.
The `apiVersion: apps/v1beta2` in the [deployment.yaml](https://github.com/cloudposse/prometheus-to-cloudwatch/blob/master/chart/templates/deployment.yaml#L1) has been deprecated as of Kubernetes 1.16. Please consider updating this to the `apps/v1` apiVersion or introducing some backwards compatibility if needed.