-
Notifications
You must be signed in to change notification settings - Fork 525
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
[demo] add grafana and prometheus #456
Merged
dmitryax
merged 18 commits into
open-telemetry:main
from
puckpuck:demo.add-prometheus-grafana
Nov 3, 2022
Merged
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ba61c6f
add grafana and prometheus
puckpuck f5ec882
add grafana and prometheus
puckpuck 7aad631
add grafana and prometheus chart repos
puckpuck 6b76823
fix linter
puckpuck 7a93cb7
Merge branch 'main' into demo.add-prometheus-grafana
puckpuck f85689c
use configmap for dashboard
puckpuck 95d4e3d
update dependencies
puckpuck 7f61ae4
fix spelling mistake
puckpuck b8c5075
Merge branch 'main' into demo.add-prometheus-grafana
puckpuck 15d6355
remove duplicate default values
puckpuck 1bd1254
add demo dashboard
puckpuck a68f47d
update versions
puckpuck ee2803b
update examples
puckpuck 49e17ac
keep processors for spanmetrics
puckpuck 5fc2db3
remove sub-chart default overrides
puckpuck 5ddab58
Merge remote-tracking branch 'upstream/main' into demo.add-prometheus…
puckpuck d5e7bf2
generate-examples
puckpuck 5037411
simplify spanmetrics config
puckpuck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
dependencies: | ||
- name: opentelemetry-collector | ||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts | ||
version: 0.35.0 | ||
digest: sha256:bdb9017facd947da7979b0090e469575c6831e453ec90ea0768f5371cb1c92ec | ||
generated: "2022-10-03T09:53:03.790673-06:00" | ||
version: 0.38.0 | ||
- name: prometheus | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 15.16.1 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.42.2 | ||
digest: sha256:a053cc4c963d0e1e305a9719832073e000adfd2eccec3107e921067414e68c8a | ||
generated: "2022-11-01T22:54:12.017808-04:00" |
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
Oops, something went wrong.
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.
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 we take the 1.0 images in this PR without the frontendproxy 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.
Yes. The frontend proxy is an additional layer to help for browser-initiated tracing span data, which is a separate thing. We also use it to limit the exposed ports. All that is part of the next PR.