Hello,
I deployed Grafana Mimir which is a scalable Prometheus solution with multi Tenancy Support .
To send metrics via Skyline to Mimir in Prometheus Format I have 2 Features I need.
1. TLS encrypted Connection but without any authentication. No Basic auth, No Client cert. Only unautheticated but TLS encrypted Traffic.
2. I need to add at least one Custom Header named "X-Scope-OrgId" which is the Indikator for Grafana Mimir to Route These metrics to the correct tenant.
https://grafana.com/docs/mimir/latest/manage/secure/authentication-and-authorization/
At the moment I send all Skyline metrics to a Prometheus Server and then do remote_write to Grafana Mimir encrypted, without authentication and I add my Custom X-Scope-OrgId http Header.
Is it possible with the latest Version to add a http Header and If yes how to do it?
Same for TLS without any authentication.
Regards