Skip to content

Commit

Permalink
Update document with requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Jan 30, 2024
1 parent afd053c commit 188bc72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/metrics_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ asyncapi_adoption.action.executed COUNTER {
} 1
```

## Where we collect
## Where the data is stored
We are making use of [New Relic API](https://docs.newrelic.com/docs/apis/intro-apis/introduction-new-relic-apis/#rest-api) to send the metrics collected to _New Relic_ servers, where they are stored, and finally visualized on the AsyncAPI website.

Metrics won't be collected in CI environments, or when the "CI" env variable is set up to "true".

## 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>`

Expand Down

0 comments on commit 188bc72

Please sign in to comment.