diff --git a/configuration/analytics.mdx b/configuration/analytics.mdx index fa07218..4d8f96c 100644 --- a/configuration/analytics.mdx +++ b/configuration/analytics.mdx @@ -107,3 +107,11 @@ To configure Flipt to use Prometheus for analytics, you will need to add the fol ### Custom Headers You can also add custom headers to the Prometheus requests by setting the `analytics.storage.prometheus.headers` configuration property. This can be useful if you are using a proxy or need to add additional authentication headers. + +```yaml +analytics: + storage: + prometheus: + headers: + "Authorization": "Bearer " +``` \ No newline at end of file