We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02d5cf commit a9f7817Copy full SHA for a9f7817
.github/grafana-dashboard.png
122 KB
README.md
@@ -110,7 +110,16 @@ The ciphertext part of the DEK would be stored alongside the encrypted data for
110
decryption.
111
112
</details>
113
-
+
114
+## Monitoring
115
116
+KES servers provide an API endpoint `/v1/metrics` that observability tools, like Prometheus, can scrape.
117
+Refer to the [monitoring documentation](https://min.io/docs/kes/concepts/monitoring/) for how to setup and capture KES metrics.
118
119
+For a graphical Grafana dashboard refer to the following [example](examples/grafana/dashboard.json).
120
121
+![.github/grafana-dashboard.png]
122
123
## Docs
124
125
If you want to learn more about KES checkout our [documentation](https://min.io/docs/kes/).
0 commit comments