Skip to content

Commit

Permalink
Merge pull request #4 from taranisag/converting-to-async
Browse files Browse the repository at this point in the history
Fixed package name
  • Loading branch information
avik-taranis authored May 28, 2024
2 parents 9c8312a + 73db54d commit 8d33b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Currently, the library has the parity metrics with the Java and Go library.
## How to use

```
pip install py-grpc-prometheus
pip install py-async-grpc-prometheus
```

## Client side:
Expand Down Expand Up @@ -136,7 +136,7 @@ make test
```

## TODO:
- Unit test with https://github.com/census-instrumentation/opencensus-python/blob/master/tests/unit/trace/ext/grpc/test_server_interceptor.py
- Test prometheus_async_client_interceptor

## Reference
- https://grpc.io/grpc/python/grpc.html
Expand Down

0 comments on commit 8d33b39

Please sign in to comment.