Skip to content

Commit

Permalink
Merge pull request #36 from Matter-Tech/lukasz/update-readme
Browse files Browse the repository at this point in the history
Add info on a required env variable for API metrics
  • Loading branch information
lukasz-matter committed Apr 24, 2024
2 parents 42e034a + 29b0c49 commit 671034a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ Make sure that you have set the following ENV values:
SERVER_LOG_LEVEL=debug
PROMETHEUS_PUSH_GATEWAY_HOST=localhost
INSTANCE_NAME=observability_instance
ENABLE_METRICS=true
```
The last one is required for the API metrics endpoint to be exposed - they are not enabled by default!


## Contributing
Expand All @@ -169,6 +171,7 @@ Make sure you have all supported python versions installed in your machine:

* 3.10
* 3.11
* 3.12

### Install hatch in your system

Expand Down

0 comments on commit 671034a

Please sign in to comment.