Skip to content

Commit

Permalink
chore: update charm libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jun 30, 2023
1 parent 751cdaf commit a09414f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/charms/prometheus_k8s/v0/prometheus_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def _on_scrape_targets_changed(self, event):

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 36
LIBPATCH = 37

logger = logging.getLogger(__name__)

Expand All @@ -391,6 +391,7 @@ def _on_scrape_targets_changed(self, event):
"scheme",
"basic_auth",
"tls_config",
"authorization",
}
DEFAULT_JOB = {
"metrics_path": "/metrics",
Expand Down

0 comments on commit a09414f

Please sign in to comment.