From dd1cc0f0ce9cb6fbc358bec5cbf7ffa187ee00b0 Mon Sep 17 00:00:00 2001 From: Nigel Deakin Date: Fri, 20 Oct 2017 16:35:58 +0100 Subject: [PATCH] Send tracing spans to Prometheus --- examples/grafana/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grafana/README.md b/examples/grafana/README.md index 3d2aea247..0fd9729e2 100644 --- a/examples/grafana/README.md +++ b/examples/grafana/README.md @@ -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.