bryanklewis / prometheus-eventhubs-adapter

Use Azure Event Hubs as a remote storage for Prometheus
Apache License 2.0
10 stars 12 forks source link

Please update readme with details about "adapter-address" #22

Closed vinprogramming closed 3 years ago

vinprogramming commented 3 years ago

remote_write:

Thanks.

bryanklewis commented 3 years ago

Its the host name of wherever you are running THIS prometheus-eventhubs-adapter application. You can learn more about the Prometheus configuration here: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write

vinprogramming commented 3 years ago

Thanks a lot!