Skip to content

Commit 86c149f

Browse files
committed
chore: update prometheus_remote_write endpoint
1 parent 1a05a9e commit 86c149f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/tensor-fusion/templates/vector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ data:
5151
type: prometheus_remote_write
5252
inputs:
5353
- controller_metrics
54-
endpoint: http://{{ .Values.hypervisor.greptimedbEendpoint }}/v1/prometheus/write?db=public
54+
endpoint: {{ .Values.controller.greptimedbEendpoint }}

charts/tensor-fusion/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ controller:
5050
podAnnotations: {}
5151
tolerations: []
5252
affinity: {}
53+
54+
greptimedbEendpoint: http://greptimedb-standalone.greptimedb.svc.cluster.local:4000/v1/prometheus/write?db=public
5355
admissionWebhooks:
5456
failurePolicy: Fail
5557
secretName: tensor-fusion-webhook-secret

0 commit comments

Comments
 (0)