Skip to content

Commit

Permalink
Update 'How to disable tracking' section
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Feb 13, 2024
1 parent 2bd4077 commit 131c52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/metrics_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <spec-file-path>`

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.

0 comments on commit 131c52a

Please sign in to comment.