Skip to content

Commit

Permalink
feat :: grafana tempo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jun 16, 2024
1 parent ed54ef8 commit 9c1a136
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/grafana-tempo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v2
name: grafana-tempo
type: application
version: 1.0.0
dependencies:
- name: tempo-distributed
version: 1.11.0
repository: https://grafana.github.io/helm-charts
21 changes: 21 additions & 0 deletions apps/grafana-tempo/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
tempo-distributed:
ingester:
persistence:
enabled: true
size: 10Gi
traces:
otlp:
http:
enabled: true
receiverConfig: { }
grpc:
enabled: true
receiverConfig: { }

storage:
trace:
block:
version: vParquet
backend: local
admin:
backend: filesystem
2 changes: 1 addition & 1 deletion charts/xquare-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-application
version: 1.0.52
version: 1.0.53
appVersion: "1.0.0"
description: Xquare application
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ projects:
source:
path: apps/opentelemetry
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
- name: grafana-tempo
namespace: monitoring
source:
path: apps/grafana-tempo
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit 9c1a136

Please sign in to comment.