-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
feat(prometheus): add docs #427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you! Just a bit of restructuring:
- Move .github/grafana/Oathkeeper-Dashboard.json to
contrib/grafana/Oathkeeper-Dashboard.json
- Move .github/grafana/grafana.png to
https://github.com/ory/oathkeeper/tree/master/docs/static/img/docs/grafana.png
:)
docs/docs/configure-deploy.md
Outdated
Now where you have a basic monitoring setup running you can extend it by building up nice visualizations eg. using Grafana. More information are available on [https://prometheus.io/docs/visualization/grafana/](https://prometheus.io/docs/visualization/grafana/). | ||
|
||
We have a pre built Dashboard which you can use to get started quickly: | ||
[Oathkeeper-Dashboard.json](../../.github/grafana/Oathkeeper-Dashboard.json). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Oathkeeper-Dashboard.json](../../.github/grafana/Oathkeeper-Dashboard.json). | |
[Oathkeeper-Dashboard.json](https://github.com/ory/oathkeeper/tree/master/contrib/grafana/Oathkeeper-Dashboard.json). |
docs/docs/configure-deploy.md
Outdated
We have a pre built Dashboard which you can use to get started quickly: | ||
[Oathkeeper-Dashboard.json](../../.github/grafana/Oathkeeper-Dashboard.json). | ||
|
||
<img src="../../.github/grafana/grafana.png" alt="ORY Oathkeeper - Cloud Native Identity & Access Proxy"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<img
alt="ORY Oathkeeper with Prometheus and Grafana"
src={useBaseUrl('img/docs/grafana.png')}
/>
a469ffe
to
04fe0e4
Compare
You're awesome, thanks! |
Proposed changes
Followup docs for #404
Checklist
vulnerability. If this pull request addresses a security. vulnerability, I
confirm that I got green light (please contact
[email protected]) from the maintainers to push
the changes.
works.