8000 Merge pull request #876 from karezachen/master · draftcode/client_python@1fd0ded · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fd0ded

Browse files
authored
Merge pull request prometheus#876 from karezachen/master
fix package name error
2 parents 4ab083e + 75a0818 commit 1fd0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ TLS Auth is also supported when using the push gateway with a special handler.
487487

488488
```python
489489
from prometheus_client import CollectorRegistry, Gauge, push_to_gateway
490-
from prometheus_client.exposition import tls_handler
490+
from prometheus_client.exposition import tls_auth_handler
491491

492492

493493
def my_auth_handler(url, method, timeout, headers, data):

0 commit comments

Comments
 (0)
0