Skip to content

Commit

Permalink
Enable traces
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 18, 2024
1 parent 5231c11 commit c78f044
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-observability-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: k8s-observability-monitoring
version: 0.1.0
version: 0.1.1
16 changes: 16 additions & 0 deletions charts/k8s-observability-monitoring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# k8s-observability-monitoring

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| awsAccountId | string | `""` | |
| awsRegion | string | `""` | |
| clusterName | string | `"changeme"` | |
| otlpGateway | string | `"https://otlp-gateway.obs-us-east-ct.hsp.philips.com"` | |
| resourcePrefix | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ externalServices:
create: false
name: k8s-observability
namespace: k8s-observability
tempo:
host: {{ .Values.otlpGateway | quote }}
writeEndpoint: "/v1/traces"
protocol: "otlphttp"
authMode: basic
basicAuth:
username: "otlp"
passwordKey: "key"
secret:
create: false
name: k8s-observability
namespace: k8s-observability
loki:
host: {{ .Values.otlpGateway | quote }}
writeEndpoint: /loki/api/v1/push
Expand Down Expand Up @@ -45,6 +57,9 @@ metrics:
kube-state-metrics:
enabled: false

traces:
enabled: true

alloy:
controller:
replicas: 2
Expand Down

0 comments on commit c78f044

Please sign in to comment.