mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Send tracing spans to Prometheus
This commit is contained in:
@@ -103,7 +103,7 @@ Tracing spans from the Fn server are available as Prometheus metrics. Each span
|
||||
|
||||
If the span is associated with a specific function invocation, the corresponding metric is given the labels `fn_app` and `fn_path` which are set to the application name and function path respectively.
|
||||
|
||||
A second example dashboard `fn_grafana_dashboard2.json` in this example's directory extends the first dashboard to show shows rate and duration data for a selection of tracing spans.
|
||||
A second example dashboard `fn_grafana_dashboard2.json` in this example's directory extends the first dashboard to show rate and duration data for a selection of tracing spans.
|
||||
|
||||
<img src="../../docs/assets/GrafanaDashboard2.png" width="800">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user