From 131c52a56cb40023fccfce78708f0c1225b336ae Mon Sep 17 00:00:00 2001 From: Pedro Ramos Date: Tue, 13 Feb 2024 17:44:31 +0100 Subject: [PATCH] Update 'How to disable tracking' section --- docs/metrics_collection.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/metrics_collection.md b/docs/metrics_collection.md index e2e52956f4d..4c2ff54ef4c 100644 --- a/docs/metrics_collection.md +++ b/docs/metrics_collection.md @@ -42,4 +42,6 @@ Metrics won't be collected in CI environments, or when the "CI" env variable is ## How to disable tracking To disable tracking, set the "ASYNCAPI_METRICS" env variable to "false" when executing the command. For instance: `ASYNCAPI_METRICS=false asyncapi validate ` +Also you can set the env variable permanently so you don't need to disable tracking in every command execution: `export ASYNCAPI_METRICS="false"` + Remember that keeping this tracking enabled will help AsyncAPI community to provide better specifications and tools in the future. \ No newline at end of file