From 57a9ec2a8fe7861b85078f176f72f98d3ee2a395 Mon Sep 17 00:00:00 2001 From: fahimfm Date: Fri, 1 Mar 2024 12:45:56 +0100 Subject: [PATCH] fixed typo --- site/dat/docs/Reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/docs/Reporting.md b/site/dat/docs/Reporting.md index 5c1026dc0..9f9d24905 100644 --- a/site/dat/docs/Reporting.md +++ b/site/dat/docs/Reporting.md @@ -128,7 +128,7 @@ The plugin has several settings: percentiles: true # send average times and percentiles send-data: true # enable/disable the sending send-interval: 30s # send data each n-th second - applications: myapp # Optional - will attach tag 'application' + application: myapp # Optional - will attach tag 'application' ``` Influxdb reporting capabilities need to be explicitly enabled in the reporting section of the configuration, for example like this: