Fix WB Grafana datasource and OpenObserve logs endpoint
This commit is contained in:
parent
c845011dc1
commit
ccc6d5e415
@ -42,7 +42,7 @@ spec:
|
|||||||
k8sattributes: {}
|
k8sattributes: {}
|
||||||
exporters:
|
exporters:
|
||||||
otlphttp/openobserve:
|
otlphttp/openobserve:
|
||||||
endpoint: http://openobserve.openobserve.svc.cluster.local:5080/api/default
|
endpoint: http://openobserve-web.openobserve.svc.cluster.local:5080/api/default
|
||||||
headers:
|
headers:
|
||||||
Authorization: Basic ${env:OPENOBSERVE_BASIC_AUTH}
|
Authorization: Basic ${env:OPENOBSERVE_BASIC_AUTH}
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
@ -65,9 +65,8 @@ spec:
|
|||||||
labelValue: "1"
|
labelValue: "1"
|
||||||
datasources:
|
datasources:
|
||||||
enabled: true
|
enabled: true
|
||||||
additionalDataSources:
|
defaultDatasourceEnabled: true
|
||||||
- name: VictoriaMetrics
|
isDefaultDatasource: true
|
||||||
type: prometheus
|
name: VictoriaMetrics
|
||||||
access: proxy
|
uid: vm
|
||||||
isDefault: true
|
|
||||||
url: http://vmsingle-vmstack.vmstack.svc.cluster.local:8428
|
url: http://vmsingle-vmstack.vmstack.svc.cluster.local:8428
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user