Skip to content

Commit

Permalink
docs(production): add section about securing Prometheus metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
andi4000 authored Dec 11, 2024
1 parent 6d864bb commit e171bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions operations/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ You can disable these endpoints by setting the following configuration options:

</Tab>
</Tabs>

## Prometheus Metrics

If your instance uses Prometheus as the storage engine for analytical data, Flipt will expose a metrics endpoint (`/metrics`) that can be scraped by Prometheus.

Check warning on line 142 in operations/production.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.FutureTense] Possible future tense. Raw Output: {"message": "[Openly.FutureTense] Possible future tense.", "location": {"path": "operations/production.mdx", "range": {"start": {"line": 142, "column": 83}}}, "severity": "WARNING"}
Ensure that this endpoint is not publicly accessible, for example, by configuring your Istio Ingress setup appropriately.

Check warning on line 143 in operations/production.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'isn't' instead of 'is not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "operations/production.mdx", "range": {"start": {"line": 143, "column": 27}}}, "severity": "WARNING"}

Check failure on line 143 in operations/production.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Flipt.Spelling] Check the spelling of 'Istio'. If the spelling is correct, add this word to the spelling exception list. Raw Output: {"message": "[Flipt.Spelling] Check the spelling of 'Istio'. If the spelling is correct, add this word to the spelling exception list.", "location": {"path": "operations/production.mdx", "range": {"start": {"line": 143, "column": 88}}}, "severity": "ERROR"}

0 comments on commit e171bb7

Please sign in to comment.