diff --git a/docs/metrics_collection.md b/docs/metrics_collection.md index a27853f898b..3e89f6bddc6 100644 --- a/docs/metrics_collection.md +++ b/docs/metrics_collection.md @@ -39,6 +39,11 @@ We are making use of [New Relic API](https://docs.newrelic.com/docs/apis/intro-a Metrics won't be collected in CI environments, or when the "CI" env variable is set up to "true". +The analytics config file will be store by default at your home directory. In case you prefer to change the file path then you should set the `ASYNCAPI_METRICS_CONFIG_PATH` env var to any specific path value when running any command. For instance: +```` +ASYNCAPI_METRICS_CONFIG_PATH=/tmp/.asyncapi-analytics asyncapi config analytics --status +```` + ## How to disable tracking To disable tracking, please run the following command: `asyncapi config analytics --disable`