prometheus / client_python

Prometheus instrumentation library for Python applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: remote_write support

venkatamutyala opened this issue · comments

It would be great if we could send metrics to prometheus using remote_write

Does this feature added now?
I'm looking remote_write metrics to AWS managed prometheus,
Cause It's not supporting pulling metrics from client metric server.

@seowjin1060 no i closed it out shortly after opening it. I felt it didn't belong in this project. The optimal solution is to use the remote_write feature of prometheus itself. You don't need to use this python client for AWS. They have an example in their docs here: https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-onboard-ingest-metrics-remote-write-EC2.html#AMP-onboard-ingest-metrics-remote-write-EC2-server