We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1bd55 commit cbd2c38Copy full SHA for cbd2c38
README.md
@@ -97,6 +97,10 @@ AWS_SECRET_ACCESS_KEY=...
97
2. Configuring the backend to use Prometheus, makes sense only if you have an endpoint to expose them.
98
Its purpose is only to format the registered metrics in a way that Prometheus can scrape them.
99
100
+```
101
+METRICS_BACKEND=prometheus
102
103
+
104
### NullDriver (for development)
105
106
If you need to disable metrics just set the backend to null:
@@ -107,10 +111,6 @@ METRICS_BACKEND=null
107
111
108
112
This `null` driver will simply discard any metrics.
109
113
110
-```
-METRICS_BACKEND=prometheus
-
114
## Sending an individual metric
115
116
You can create metric by using the facade like this:
0 commit comments