-
Notifications
You must be signed in to change notification settings - Fork 0
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
Open Telemetry and Docker #315
Open
mdemare
wants to merge
11
commits into
main
Choose a base branch
from
opentelemetry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
mdemare
force-pushed
the
opentelemetry
branch
5 times, most recently
from
June 25, 2024 12:17
d456dc3
to
48144f0
Compare
remvee
requested changes
Jun 26, 2024
remvee
requested changes
Jul 9, 2024
mdemare
force-pushed
the
opentelemetry
branch
3 times, most recently
from
July 11, 2024 12:43
910d9fc
to
8dae8d9
Compare
remvee
approved these changes
Jul 23, 2024
mdemare
force-pushed
the
opentelemetry
branch
from
October 24, 2024 10:53
1b81bd9
to
64679f6
Compare
mdemare
force-pushed
the
opentelemetry
branch
from
October 24, 2024 11:43
64679f6
to
cb01799
Compare
joodie
requested changes
Oct 25, 2024
mdemare
force-pushed
the
opentelemetry
branch
from
October 29, 2024 11:25
7e60edb
to
40911d3
Compare
mdemare
force-pushed
the
opentelemetry
branch
from
November 11, 2024 09:44
40911d3
to
423ec8a
Compare
mdemare
force-pushed
the
opentelemetry
branch
from
November 12, 2024 14:29
423ec8a
to
898cc0c
Compare
joodie
requested changes
Nov 18, 2024
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.
een klein puntje nog
mdemare
force-pushed
the
opentelemetry
branch
from
November 19, 2024 09:46
898cc0c
to
b66645e
Compare
Use distroless/java as the docker base image again Also: build local docker image in compose, fix some settings Ensure host truststore, keystore and clients config are used when running system in docker.
mdemare
force-pushed
the
opentelemetry
branch
2 times, most recently
from
December 18, 2024 12:34
3ed5412
to
5ad4123
Compare
joodie
approved these changes
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docker compose setup in which to run api, worker, redis and prometheus.
After starting the dev docker container:
api produces metrics on http://localhost:9464/metrics
worker produces metrics on http://localhost:9465/metrics
prometheus runs on http://localhost:9090/
See docker-compose.yml for the required env vars to setup the open telemetry agent.
OTEL_EXPORTER_PROMETHEUS_ENDPOINT
is used to set the host and port of the metrics endpoint.The existing metrics have been migrated to the worker metrics. They look like this: