Skip to content

Commit

Permalink
Merge pull request #5 from taranisag/converting-to-async
Browse files Browse the repository at this point in the history
Fixed import path
  • Loading branch information
avik-taranis authored May 28, 2024
2 parents 8d33b39 + 7d39680 commit 370c63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Server metrics are exposed by adding the interceptor when the gRPC server is sta
```python
from grpc import aio
from concurrent import futures
from py_async_grpc_prometheus.prometheus_server_interceptor import PromAsyncServerInterceptor
from py_async_grpc_prometheus.prometheus_async_server_interceptor import PromAsyncServerInterceptor
from prometheus_client import start_http_server
```

Expand Down

0 comments on commit 370c63b

Please sign in to comment.