-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adds an OpenTelemetry profile for development purposes. #98
Conversation
profiles/opentelemetry_dev/s6-rc-modifications/pulpcore-api/run
Outdated
Show resolved
Hide resolved
a54f7c6
to
414222c
Compare
I assume that we would be expected to use this via the using multiple environments instructions? https://github.com/pulp/oci_env#multiple-environments |
33b9a95
to
cf4b68e
Compare
15f9d77
to
dfc4bcf
Compare
dfc4bcf
to
91c5a08
Compare
32fdad2
to
39c0712
Compare
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.
Just some initial thoughts after getting things up and running. Will add more comments as I tink of them/run into things.
39c0712
to
b6d0c00
Compare
b6d0c00
to
4ece734
Compare
e4be476
to
7da6e09
Compare
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 new Examples/Tips section in docs is exactly what I was looking for!
## Examples / Tips | ||
1. After calling `oci-env compose up` and waiting a moment for it to start up, you can access Grafana on | ||
`http://localhost:3000`. If it is the first time you're accessing it, it will ask you to change the admin password. | ||
After it, you can check on `Explore` section to find all the metrics collected by OpenTelemetry and sent to Prometheus. |
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.
👍
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've also used this and it's worked well for me. I think if issues come up we can fix those too!
The CI failures are unrelated to this PR and intermittent. The same failures show on other PRs and the existing merged branches. To recap the convo at the working group here: Given they are unrelated to this PR, we'll rerun the CI until it passes and merge.
We need to tackle the intermittent CI failures as a separate effort.
adb4863
to
6a000ec
Compare
Signed-off-by: André "decko" de Brito <decko@redhat.com>
6a000ec
to
fb75fa4
Compare
Closes #45