Skip to content

Commit

Permalink
Update charm libraries (#100)
Browse files Browse the repository at this point in the history
chore: update charm libraries

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 7, 2023
1 parent 611ef02 commit 9f2a437
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 9f2a437

Please sign in to comment.