From 9a507da90fdd160e69fc205b863660e7baab1d79 Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Thu, 13 Apr 2023 16:48:50 +0200 Subject: [PATCH] Update `use_latest_spec` doc in template --- .../tooling/templates/configuration/instances/openmetrics.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/openmetrics.yaml b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/openmetrics.yaml index aa40ea67532dd..e3ace6f322f92 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/openmetrics.yaml +++ b/datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/openmetrics.yaml @@ -343,7 +343,8 @@ type: boolean - name: use_latest_spec description: | - Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification. + Whether or not the parser will adhere to the OpenMetrics specification. The default assumes + the more loosely defined Prometheus exposition format. value: example: false type: boolean