Skip to content

Commit

Permalink
Add info on a required env variable for API metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-matter committed Apr 24, 2024
1 parent 42e034a commit 29b0c49
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 29b0c49

Please sign in to comment.