From bb0e012c805d46456f4b81f9d8b5f6064b895fec Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:10:01 -0500 Subject: [PATCH] chore: add example Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- configuration/analytics.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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