-
Notifications
You must be signed in to change notification settings - Fork 711
add pypi badges and installation instructions to all ext packages #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I didn't update the azure exporter because it's going to be removed from this repo.
Codecov Report
@@ Coverage Diff @@
## master #281 +/- ##
======================================
Coverage 85.5% 85.5%
======================================
Files 33 33
Lines 1608 1608
Branches 181 181
======================================
Hits 1375 1375
Misses 186 186
Partials 47 47 Continue to review full report at Codecov.
|
@@ -1,9 +1,20 @@ | |||
OpenTelemetry WSGI Middleware | |||
============================= | |||
|
|||
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-opentracing-wsgi.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one doesn't render. Missing a [pypi]
above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fixing the typo.
[gitter-url]: https://gitter.im/open-telemetry/opentelemetry-python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[](https://travis-ci.org/open-telemetry/opentelemetry-python) | ||
[](https://gitter.im/open-telemetry/opentelemetry-python) | ||
[](https://travis-ci.org/open-telemetry/opentelemetry-python) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this one.
fix "typo" Co-Authored-By: Chris Kleinknecht <[email protected]>
@@ -1,9 +1,22 @@ | |||
OpenTelemetry WSGI Middleware | |||
============================= | |||
|
|||
|pypi| | |||
|
|||
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-wsgi.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we just use image::
without the |pypi|
stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this syntax is more readable when there are many badges, for instance:
|GitterChat| |BuildStatus| |PyPI| |ReadTheDocs|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-ext-jaeger.svg | ||
:target: https://pypi.org/project/opentelemetry-ext-jaeger/ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having a small description of the package would be great, similar to other readme files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
…emetry-python into mauricio/improve_readmes
…metry#281) * feat: add hrTimeToMicroeconds and fix numberToHrtime func * fix: build * fix: lint
Just a cosmetic change.