Skip to content

Commit

Permalink
chore: update charm libraries (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
observability-noctua-bot and Github Actions authored Mar 24, 2023
1 parent 36682fb commit e66199f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/charms/grafana_k8s/v0/grafana_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(self, *args):
# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version

LIBPATCH = 27
LIBPATCH = 28

logger = logging.getLogger(__name__)

Expand All @@ -230,7 +230,7 @@ def __init__(self, *args):

TOPOLOGY_TEMPLATE_DROPDOWNS = [ # type: ignore
{
"allValue": None,
"allValue": ".*",
"datasource": "${prometheusds}",
"definition": "label_values(up,juju_model)",
"description": None,
Expand All @@ -255,7 +255,7 @@ def __init__(self, *args):
"useTags": False,
},
{
"allValue": None,
"allValue": ".*",
"datasource": "${prometheusds}",
"definition": 'label_values(up{juju_model=~"$juju_model"},juju_model_uuid)',
"description": None,
Expand All @@ -280,7 +280,7 @@ def __init__(self, *args):
"useTags": False,
},
{
"allValue": None,
"allValue": ".*",
"datasource": "${prometheusds}",
"definition": 'label_values(up{juju_model=~"$juju_model",juju_model_uuid=~"$juju_model_uuid"},juju_application)',
"description": None,
Expand All @@ -305,7 +305,7 @@ def __init__(self, *args):
"useTags": False,
},
{
"allValue": None,
"allValue": ".*",
"datasource": "${prometheusds}",
"definition": 'label_values(up{juju_model=~"$juju_model",juju_model_uuid=~"$juju_model_uuid",juju_application=~"$juju_application"},juju_unit)',
"description": None,
Expand Down

0 comments on commit e66199f

Please sign in to comment.