Skip to content

Commit 20657d2

Browse files
authored
Release v0.23.0 (#940)
* Release v0.23.0 BREAKING CHANGES: This version of the exporter introduces a new configuration file format. This new format separates the walk and metric mappings from the connection and authentication settings. This allows for easier configuration of different auth params without having to duplicate the full walk and metric mapping. See auth-split-migration.md for more details. * [CHANGE] Split config of auth and modules #859 * [FEATURE] Add support for parsing SNMP transport from target #914 * [ENHANCEMENT] Improved Lookup process for label information #908 * [BUGFIX] Fix metrics path not using command-line argument value #904 Signed-off-by: SuperQ <[email protected]> * Lint dashboards Update dashboards to latest mixin linting. Signed-off-by: SuperQ <[email protected]> --------- Signed-off-by: SuperQ <[email protected]>
1 parent d4f9da1 commit 20657d2

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.23.0-rc.1 / 2023-07-20
1+
## 0.23.0 / 2023-07-20
22

33
BREAKING CHANGES:
44

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0-rc.1
1+
0.23.0

snmp-mixin/dashboards/snmp_ubiquiti_access_point.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,7 @@
27222722
"description": "",
27232723
"hide": 0,
27242724
"includeAll": false,
2725-
"label": "Data Source",
2725+
"label": "Data source",
27262726
"multi": false,
27272727
"name": "datasource",
27282728
"options": [],
@@ -2746,7 +2746,7 @@
27462746
"error": null,
27472747
"hide": 0,
27482748
"includeAll": false,
2749-
"label": "job",
2749+
"label": "Job",
27502750
"multi": true,
27512751
"multiFormat": "pipe",
27522752
"name": "job",
@@ -2755,7 +2755,7 @@
27552755
"query": "label_values(up{job=~\"snmp.*\"}, job)",
27562756
"refId": "default-job-Variable-Query"
27572757
},
2758-
"refresh": 1,
2758+
"refresh": 2,
27592759
"regex": "",
27602760
"skipUrlSync": false,
27612761
"sort": 1,
@@ -2779,7 +2779,7 @@
27792779
"error": null,
27802780
"hide": 0,
27812781
"includeAll": false,
2782-
"label": "instance",
2782+
"label": "Instance",
27832783
"multi": true,
27842784
"multiFormat": "pipe",
27852785
"name": "instance",
@@ -2788,7 +2788,7 @@
27882788
"query": "label_values(up{job=~\"$job\"}, instance)",
27892789
"refId": "default-devices-Variable-Query"
27902790
},
2791-
"refresh": 1,
2791+
"refresh": 2,
27922792
"regex": "",
27932793
"skipUrlSync": false,
27942794
"sort": 1,
@@ -2825,7 +2825,7 @@
28252825
"query": "query_result(ifOperStatus{job=~\"$job\",instance=~\"$instance\"}==1)",
28262826
"refId": "default-device_interfaces-Variable-Query"
28272827
},
2828-
"refresh": 1,
2828+
"refresh": 2,
28292829
"regex": ".*ifName=\"(.*?)\".*",
28302830
"skipUrlSync": false,
28312831
"sort": 1,
@@ -2856,7 +2856,7 @@
28562856
"query": "label_values(unifiApSystemModel{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemModel)",
28572857
"refId": "default-device_model-Variable-Query"
28582858
},
2859-
"refresh": 1,
2859+
"refresh": 2,
28602860
"regex": "",
28612861
"skipUrlSync": false,
28622862
"sort": 0,
@@ -2887,7 +2887,7 @@
28872887
"query": "label_values(unifiApSystemVersion{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemVersion)",
28882888
"refId": "default-device_firmware_version-Variable-Query"
28892889
},
2890-
"refresh": 1,
2890+
"refresh": 2,
28912891
"regex": "",
28922892
"skipUrlSync": false,
28932893
"sort": 0,
@@ -2922,7 +2922,7 @@
29222922
"query": "label_values(ifPhysAddress{job=~\"$job\",instance=~\"$instance\"}, ifPhysAddress)",
29232923
"refId": "default-device_mac_addresses-Variable-Query"
29242924
},
2925-
"refresh": 1,
2925+
"refresh": 2,
29262926
"regex": "",
29272927
"skipUrlSync": false,
29282928
"sort": 1,
@@ -2953,7 +2953,7 @@
29532953
"query": "label_values(unifiApSystemIp{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemIp)",
29542954
"refId": "default-device_main_ip-Variable-Query"
29552955
},
2956-
"refresh": 1,
2956+
"refresh": 2,
29572957
"regex": "",
29582958
"skipUrlSync": false,
29592959
"sort": 0,
@@ -2990,7 +2990,7 @@
29902990
"query": "label_values(unifiVapEssId{job=~\"$job\",instance=~\"$instance\"}, unifiVapEssId)",
29912991
"refId": "default-device_ESSIDs-Variable-Query"
29922992
},
2993-
"refresh": 1,
2993+
"refresh": 2,
29942994
"regex": "",
29952995
"skipUrlSync": false,
29962996
"sort": 1,

snmp-mixin/dashboards/snmp_ubiquiti_wifi.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3515,12 +3515,12 @@
35153515
"description": "",
35163516
"hide": 0,
35173517
"includeAll": false,
3518-
"label": "Data Source",
3518+
"label": "Data source",
35193519
"multi": false,
35203520
"name": "datasource",
35213521
"options": [],
35223522
"query": "prometheus",
3523-
"refresh": 1,
3523+
"refresh": 2,
35243524
"regex": "",
35253525
"skipUrlSync": false,
35263526
"type": "datasource"
@@ -3539,7 +3539,7 @@
35393539
"error": null,
35403540
"hide": 0,
35413541
"includeAll": false,
3542-
"label": "job",
3542+
"label": "Job",
35433543
"multi": true,
35443544
"multiFormat": "pipe",
35453545
"name": "job",
@@ -3548,7 +3548,7 @@
35483548
"query": "label_values(up{job=~\"snmp.*\"}, job)",
35493549
"refId": "default-job-Variable-Query"
35503550
},
3551-
"refresh": 1,
3551+
"refresh": 2,
35523552
"regex": "",
35533553
"skipUrlSync": false,
35543554
"sort": 1,
@@ -3576,7 +3576,7 @@
35763576
"error": null,
35773577
"hide": 2,
35783578
"includeAll": true,
3579-
"label": "instance",
3579+
"label": "Instance",
35803580
"multi": true,
35813581
"multiFormat": "pipe",
35823582
"name": "instance",
@@ -3585,7 +3585,7 @@
35853585
"query": "label_values(up{job=~\"$job\"}, instance)",
35863586
"refId": "default-devices-Variable-Query"
35873587
},
3588-
"refresh": 1,
3588+
"refresh": 2,
35893589
"regex": "",
35903590
"skipUrlSync": false,
35913591
"sort": 1,
@@ -3622,7 +3622,7 @@
36223622
"query": "query_result(ifOperStatus{job=~\"$job\",instance=~\"$instance\"}==1)",
36233623
"refId": "StandardVariableQuery"
36243624
},
3625-
"refresh": 1,
3625+
"refresh": 2,
36263626
"regex": ".*ifName=\"(.*?)\".*",
36273627
"skipUrlSync": false,
36283628
"sort": 1,
@@ -3653,7 +3653,7 @@
36533653
"query": "label_values(unifiApSystemModel{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemModel)",
36543654
"refId": "StandardVariableQuery"
36553655
},
3656-
"refresh": 1,
3656+
"refresh": 2,
36573657
"regex": "",
36583658
"skipUrlSync": false,
36593659
"sort": 0,
@@ -3684,7 +3684,7 @@
36843684
"query": "label_values(unifiApSystemVersion{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemVersion)",
36853685
"refId": "StandardVariableQuery"
36863686
},
3687-
"refresh": 1,
3687+
"refresh": 2,
36883688
"regex": "",
36893689
"skipUrlSync": false,
36903690
"sort": 0,
@@ -3719,7 +3719,7 @@
37193719
"query": "label_values(ifPhysAddress{job=~\"$job\",instance=~\"$instance\"}, ifPhysAddress)",
37203720
"refId": "StandardVariableQuery"
37213721
},
3722-
"refresh": 1,
3722+
"refresh": 2,
37233723
"regex": "",
37243724
"skipUrlSync": false,
37253725
"sort": 1,
@@ -3750,7 +3750,7 @@
37503750
"query": "label_values(unifiApSystemIp{job=~\"$job\",instance=~\"$instance\"}, unifiApSystemIp)",
37513751
"refId": "StandardVariableQuery"
37523752
},
3753-
"refresh": 1,
3753+
"refresh": 2,
37543754
"regex": "",
37553755
"skipUrlSync": false,
37563756
"sort": 0,
@@ -3787,7 +3787,7 @@
37873787
"query": "label_values(unifiVapEssId{job=~\"$job\",instance=~\"$instance\"}, unifiVapEssId)",
37883788
"refId": "StandardVariableQuery"
37893789
},
3790-
"refresh": 1,
3790+
"refresh": 2,
37913791
"regex": "",
37923792
"skipUrlSync": false,
37933793
"sort": 1,

0 commit comments

Comments
 (0)