There is an exporter for cloudwatch which exports the cloudwatch data to prometheus, but is there an opposite solution? While I collect data from other source to prometheus and publish it to cloudwatch?
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/82424b03-ed33-4de6-a8c2-15b55b4b58fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 4 October 2017 at 22:12, <lea...@gmail.com> wrote:
On Wednesday, October 4, 2017 at 2:02:17 PM UTC-7, Brian Brazil wrote:
> On 4 October 2017 at 20:49, <lea...@gmail.com> wrote:
> There is an exporter for cloudwatch which exports the cloudwatch data to prometheus, but is there an opposite solution? While I collect data from other source to prometheus and publish it to cloudwatch?
>
>
>
> I'm not aware of anyone creating one of those yet, but I can't imagine it to be too hard to use with remote write.
>
> --
>
>
> Brian Brazil
> www.robustperception.io
Thanks for replying, is there any document for "remote write"?
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/82424b03-ed33-4de6-a8c2-15b55b4b58fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,I came across this blog post and I am experimenting posting Prometheus metrics to AWS CloudWatch with remote write: https://www.robustperception.io/using-the-remote-write-path/Theoretically speaking, I should be able to configure the CloudWatch endpoint in the Prometheus configuration file: https://forums.aws.amazon.com/message.jspa?messageID=266173While it sounds good in theory, it doesn't 'just work' because of these two main issues:- The API calls to AWS CloudWatch needs to be signed with the secret access key and this adds another layer of complexity to manage these keys safely.- The format of Prometheus output is not the same as the expected parameters of these CloudWatch API calls.It looks like there need to be an intermediate layer between Prometheus and CloudWatch for this to work and it will leverage the AWS SDK to manage the API calls and signing of API requests. Essentially, I will end up building something similar to this libraryhttps://github.com/prometheus/cloudwatch_exporter, but in the other direction.It is probably not terribly difficult, but not exactly 'just works'. Am I missing something here?
On Wednesday, October 4, 2017 at 2:15:29 PM UTC-7, Brian Brazil wrote:
On 4 October 2017 at 22:12, <lea...@gmail.com> wrote:
On Wednesday, October 4, 2017 at 2:02:17 PM UTC-7, Brian Brazil wrote:
> On 4 October 2017 at 20:49, <lea...@gmail.com> wrote:
> There is an exporter for cloudwatch which exports the cloudwatch data to prometheus, but is there an opposite solution? While I collect data from other source to prometheus and publish it to cloudwatch?
>
>
>
> I'm not aware of anyone creating one of those yet, but I can't imagine it to be too hard to use with remote write.
>
> --
>
>
> Brian Brazil
> www.robustperception.io
Thanks for replying, is there any document for "remote write"?
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscri...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/82424b03-ed33-4de6-a8c2-15b55b4b58fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/e50c7e10-0c1f-4750-910e-b0507724e470%40googlegroups.com.