Skip to content

Commit cbd2c38

Browse files
committed
fix
1 parent 1b1bd55 commit cbd2c38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ AWS_SECRET_ACCESS_KEY=...
9797
2. Configuring the backend to use Prometheus, makes sense only if you have an endpoint to expose them.
9898
Its purpose is only to format the registered metrics in a way that Prometheus can scrape them.
9999

100+
```
101+
METRICS_BACKEND=prometheus
102+
```
103+
100104
### NullDriver (for development)
101105

102106
If you need to disable metrics just set the backend to null:
@@ -107,10 +111,6 @@ METRICS_BACKEND=null
107111

108112
This `null` driver will simply discard any metrics.
109113

110-
```
111-
METRICS_BACKEND=prometheus
112-
```
113-
114114
## Sending an individual metric
115115

116116
You can create metric by using the facade like this:

0 commit comments

Comments
 (0)