Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2024
1 parent 1463fba commit f3e67fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 33 deletions.
40 changes: 8 additions & 32 deletions kubernetes-addons/Observability/opea-apps/opea-scaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,7 @@
"id": 5,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -679,10 +676,7 @@
"id": 1,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -794,10 +788,7 @@
"id": 3,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -909,10 +900,7 @@
"id": 2,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -1054,10 +1042,7 @@
"id": 15,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -1169,10 +1154,7 @@
"id": 14,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -1271,10 +1253,7 @@
"id": 13,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down Expand Up @@ -1373,10 +1352,7 @@
"id": 11,
"options": {
"legend": {
"calcs": [
"min",
"max"
],
"calcs": ["min", "max"],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand Down
5 changes: 4 additions & 1 deletion kubernetes-addons/Observability/update-dashboards.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

set -e

# Grafana namespace
Expand All @@ -14,7 +17,7 @@ usage ()
echo
echo "Create/update dashboards specified in given JSON files to Grafana."
echo "Names for the created configMaps will be in '$USER-<filename>' format."
echo
echo
echo "usage: $name <JSON files>"
echo
echo "ERROR: $1!"
Expand Down

0 comments on commit f3e67fa

Please sign in to comment.