-
Notifications
You must be signed in to change notification settings - Fork 735
docs: updated the "Read The Docs" documentation #4728
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
base: main
Are you sure you want to change the base?
Conversation
…examples for consistency
@jscancella Thanks for the PR but you need to sign the CLA in order to contribute to OpenTelemetry. |
ok, I just signed the agreement. Will it automatically pick that up or is there something else I need to do to kick it off again? |
Prometheus Instrumentation | ||
========================== | ||
|
||
This shows how to use ``opentelemetry-exporter-prometheus`` to automatically generate prometheus metrics. |
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 this PR! Nit: I think "Prometheus" should be capitalized
This shows how to use ``opentelemetry-exporter-prometheus`` to automatically generate prometheus metrics. | |
This shows how to use ``opentelemetry-exporter-prometheus`` to automatically generate Prometheus metrics. |
Please could you also add an entry to the Changelog for this update. |
Co-authored-by: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com>
$ python ./prometheus-monitor.py | ||
$ Server is running at http://localhost:8000 | ||
Now you can visit `localhost:8000/metrics <http://localhost:8000/metrics>` to see Prometheus metrics. |
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.
The docs ci/cd doesn't like this format. Maybe plain http://localhost:8000/metrics
or `http://localhost:8000/metrics`
instead?
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
Added an entry - but let me know if there is a different format or anything that needs to be changed |
Description
I noticed that several of the examples didn't link to their source code on github even though others did. To be consistent I added a link to the example in the README.rst files.
While working on this I also noticed that there was an example for prometheus but no entry in the Read The Docs generated, so I added one following the same style as the other pages.
Type of change
How Has This Been Tested?
generated documentation locally and inspected the html files. I checked all the links and make sure they were pointing to correct github example page.