8000 fix package name error · anantha96/client_python@75a0818 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a0818

Browse files
committed
fix package name error
Signed-off-by: kareza <kareza@qq.com>
1 parent 4ab083e commit 75a0818

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