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