You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this datasource is not added in dashboard.yaml
....
- name: DNS Controller
panels:
- stat:
title: Last Successful Sync with the DNS provider (per Pod)
description: Test
span: 3
targets:
- prometheus:
query: "external_dns_controller_last_sync_timestamp_seconds * 1000"
legend: '{{{{pod}}}}'
ref: A
interval_factor: 0
unit: dateTimeAsLocal
orientation: horizontal
text: value_and_name
value_type: last_non_null
color_mode: value
title_font_size: 15
value_font_size: 25
threshold_mode: absolute
thresholds:
- color: green
...
Best Regards
The text was updated successfully, but these errors were encountered:
Hi, if I convert my Grafana dashboard.json to dashboard.yaml using the guide at ‘https://github.com/K-Phoen/dark/blob/master/docs/usage/converting-grafana-json-to-yaml.md’, it doesn’t add the datasource to the YAML file.
For example:
dashboard.json
....
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PCB1AD8455F96C165"
}
.....
this datasource is not added in dashboard.yaml
....
- name: DNS Controller
panels:
- stat:
title: Last Successful Sync with the DNS provider (per Pod)
description: Test
span: 3
targets:
- prometheus:
query: "external_dns_controller_last_sync_timestamp_seconds * 1000"
legend: '{{
{{pod}}
}}'ref: A
interval_factor: 0
unit: dateTimeAsLocal
orientation: horizontal
text: value_and_name
value_type: last_non_null
color_mode: value
title_font_size: 15
value_font_size: 25
threshold_mode: absolute
thresholds:
- color: green
...
Best Regards
The text was updated successfully, but these errors were encountered: