You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,6 +32,23 @@ Example queries in PromQL for use in Grafana:
32
32
- Failure rate: `sum(rate(sc_audit_ingestion_failures_total[$__rate_interval])) by (exported_job,result)`
33
33
- Message duration: `histogram_quantile(0.9,sum(rate(sc_audit_ingestion_message_duration_seconds_bucket[$__rate_interval])) by (le,exported_job))`
34
34
35
+
Example Grafana dashboard - https://github.com/andreasohlund/Docker/blob/main/otel-monitoring/grafana-platform-template.json
36
+
35
37
## Monitoring
36
38
37
39
No telemetry is currently available.
40
+
41
+
## RavenDB
42
+
43
+
To emit and visualize RavenDB telemetry:
44
+
45
+
1. Install a RavenDB developer license (needed to get support for emitting telemetry)
46
+
2.[Enable and configure Raven to emit telemetry](https://ravendb.net/docs/article-page/6.2/csharp/server/administration/monitoring/open-telemetry) (the example below shows targeting a local OTEL collector)
0 commit comments