Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Feb 14, 2025
1 parent 3dccd8e commit 94310d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 92 deletions.
5 changes: 0 additions & 5 deletions grafana/custom-metrics/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ customMetrics:
expr: sum(argocd_autoscaler_poll_values) by (poll_type,poll_ref,shard_name,metric_id)
unit: number

- metric: argocd_autoscaler_poll_values
type: gauge
expr: sum(argocd_autoscaler_poll_values) by (poll_type,poll_ref,shard_name,metric_id)
unit: number

- metric: argocd_autoscaler_normalizer_values
type: gauge
expr: sum(argocd_autoscaler_normalizer_values) by (normalizer_type,normalizer_ref,shard_name,metric_id)
Expand Down
87 changes: 0 additions & 87 deletions grafana/custom-metrics/custom-metrics-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,93 +216,6 @@
"type": "timeseries"
},

{
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {
"color": {
"mode": "continuous-GrYlRd"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 20,
"gradientMode": "scheme",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "number"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 24
},
"interval": "1m",
"links": [],
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom"
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "8.4.3",
"targets": [
{
"datasource": "${DS_PROMETHEUS}",
"exemplar": true,
"expr": "sum(argocd_autoscaler_poll_values) by (poll_type,poll_ref,shard_name,metric_id)",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
"refId": "A",
"step": 10
}
],
"title": "argocd_autoscaler_poll_values (gauge)",
"type": "timeseries"
},

{
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
Expand Down

0 comments on commit 94310d0

Please sign in to comment.