nleiva / ansible-role-grafana_agent

Installs Grafana Cloud Agent on RedHat/CentOS or Debian/Ubuntu servers to collect observability data and send it to Grafana Cloud.
GNU General Public License v3.0
15 stars 19 forks source link

Support other regions #3

Closed anned20 closed 3 years ago

anned20 commented 3 years ago

The endpoint is currently hardcoded, but I had to change it to use it in Europe.

nleiva commented 3 years ago

Thank you, I didn't know they had multi-region/zone support. I added this as a variable you can provide an input in https://github.com/nleiva/ansible-role-grafana_agent/commit/db84596dd8974b7522bd0732cc3901e43a2f7706

spech66 commented 2 years ago

One remark: for EU the full URL is prometheus-prod-01-eu-west-0 If you define grafana_location: eu-west-0 this will result in prometheus-eu-west-0.grafana.net

nleiva commented 2 years ago

Thanks @spech66. Could you open an issue to track this separately.