-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 deploy otel collector in platform chart (#21)
* Updated bootstrap config * Updated cluster otel chart values * updated platform chart * override otel export endpoint * added jaeger simplest yaml * added jaeger operator, ingress * Updated jaeger exporter link in otel * updated otel exporter name * Updated jaeger def * minor change * permission changed * fixed requirement script * updated requirements file * updated ap chart * updated scripts * Fix: bootstrap-config.yaml with Anchors --------- Co-authored-by: Rajesh Dutta <[email protected]>
- Loading branch information
Showing
571 changed files
with
55,762 additions
and
42 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ gremlin/ | |
*.bak | ||
values-*.yaml | ||
.dump/ | ||
opentelemetry-demo | ||
opentelemetry/ | ||
nohup.out | ||
istio-*/ | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
dependencies: | ||
- name: opentelemetry-collector | ||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts | ||
version: 0.49.1 | ||
- name: jaeger | ||
repository: https://jaegertracing.github.io/helm-charts | ||
version: 0.67.6 | ||
- name: prometheus | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 19.7.2 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.51.2 | ||
digest: sha256:70149fdf53acfc2b727edc8017e5908aa14854231c02a4f8ea1a9b4d2445511b | ||
generated: "2023-03-01T21:49:19.776835-05: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: v2 | ||
appVersion: 1.3.1 | ||
dependencies: | ||
- condition: observability.otelcol.enabled | ||
name: opentelemetry-collector | ||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts | ||
version: 0.49.1 | ||
- condition: observability.jaeger.enabled | ||
name: jaeger | ||
repository: https://jaegertracing.github.io/helm-charts | ||
version: 0.67.6 | ||
- condition: observability.prometheus.enabled | ||
name: prometheus | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 19.7.2 | ||
- condition: observability.grafana.enabled | ||
name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.51.2 | ||
description: opentelemetry demo helm chart | ||
home: https://opentelemetry.io/ | ||
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png | ||
maintainers: | ||
- name: dmitryax | ||
- name: puckpuck | ||
- name: tylerhelmuth | ||
name: opentelemetry-demo | ||
sources: | ||
- https://github.com/open-telemetry/opentelemetry-demo | ||
type: application | ||
version: 0.19.6 |
Oops, something went wrong.