How to monitor your self-hosted Prisme.ai deployment using Prometheus and Grafana Operators on Kubernetes.
Install Prometheus Operator
Expose Grafana Dashboard
admin
(or see adminPassword
in the values file)Configure Prometheus Scrape Targets
/metrics
).
To scrape them, define a ServiceMonitor
:Import Dashboards
Basic Alert Rule Example
Integrate with Slack, Teams or Email
alertmanager.yaml
to define receivers:monitoring
)--storage.tsdb.retention.time=15d
)ServiceMonitor
and PodMonitor
for automatic discoveryapp: api-gateway
)