-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from graphistry/dev/opentelemetry
Enable OpenTelemetry for Graphistry K8s
- Loading branch information
Showing
43 changed files
with
2,662 additions
and
77 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
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
31 changes: 31 additions & 0 deletions
31
cd/argo-apps/templates/graphistry-cd-templates/graphistry-telemetry-cd.yaml
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: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: graphistry-telemetry-cd | ||
namespace: argo-cd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
labels: | ||
name: graphistry | ||
spec: | ||
destination: | ||
server: https://kubernetes.default.svc | ||
namespace: graphistry | ||
project: default | ||
source: | ||
path: charts/graphistry-helm/charts/telemetry | ||
repoURL: https://github.com/graphistry/graphistry-helm.git | ||
targetRevision: dev/opentelemetry #BRANCH OR HEAD WHEN IN MAIN | ||
helm: | ||
valueFiles: | ||
# - ../values-overrides/internal/eks-dev-values.yaml # resolved against source.repoURL and source.path | ||
- ../values-overrides/examples/k3s_example_values.yaml | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
syncOptions: | ||
- CreateNamespace=true | ||
|
||
|
||
##helm template cd/argo-apps/ | kubectl apply -f - |
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,16 @@ | ||
name: Graphistry-Helm-Telemetry-Chart | ||
version: 0.3.6 | ||
apiVersion: v1 | ||
description: > | ||
Helm Charts to deploy Telemetry services for Graphistry. | ||
Telemetry documentation: | ||
https://github.com/graphistry/graphistry-cli/blob/master/docs/tools/telemetry.md#kubernetes-deployment | ||
|
||
keywords: | ||
- Graphistry | ||
- Helm Charts | ||
- kubernetes | ||
- OpenTelemetry | ||
- Grafana | ||
- Prometheus | ||
- Jaeger |
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,2 @@ | ||
Graphistry Helm Telemetry | ||
|
20 changes: 20 additions & 0 deletions
20
...ry-helm/charts/telemetry/files/grafana-config-files/provisioning/dashboards/dashboard.yml
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,20 @@ | ||
apiVersion: 1 | ||
|
||
providers: | ||
- name: 'DCGM Exporter Dashboards' | ||
orgId: 1 | ||
folder: '' | ||
type: file | ||
disableDeletion: false | ||
updateIntervalSeconds: 1 | ||
options: | ||
path: /etc/grafana/provisioning/dashboards | ||
|
||
- name: 'Node Exporter Dashboards' | ||
orgId: 1 | ||
folder: '' | ||
type: file | ||
disableDeletion: false | ||
updateIntervalSeconds: 1 | ||
options: | ||
path: /mnt/grafana/provisioning/dashboards |
Oops, something went wrong.