We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44df258 commit 46a9e92Copy full SHA for 46a9e92
1 file changed
README.md
@@ -328,6 +328,7 @@ you can use a special handler to set the Authorization header.
328
329
```python
330
from prometheus_client import CollectorRegistry, Gauge, push_to_gateway
331
+from prometheus_client.handlers.basic_auth import handler as basic_auth_handler
332
import os
333
334
def my_auth_handler(url, method, timeout, headers, data):
0 commit comments