Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(production): add section about securing Prometheus metrics endpoint #294

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

</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"}
Loading