From 1829ce6f710d4bbcd4d3ab6487941c8179f20ffe Mon Sep 17 00:00:00 2001 From: Noctua Date: Wed, 3 Jan 2024 14:08:14 +0100 Subject: [PATCH] chore: update charm libraries (#556) Co-authored-by: Github Actions --- lib/charms/tempo_k8s/v0/charm_tracing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/charms/tempo_k8s/v0/charm_tracing.py b/lib/charms/tempo_k8s/v0/charm_tracing.py index 5939fff9..efad1605 100644 --- a/lib/charms/tempo_k8s/v0/charm_tracing.py +++ b/lib/charms/tempo_k8s/v0/charm_tracing.py @@ -86,7 +86,7 @@ def tracer(self) -> opentelemetry.trace.Tracer: # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 3 +LIBPATCH = 4 PYDEPS = ["opentelemetry-exporter-otlp-proto-grpc==1.17.0"] @@ -314,7 +314,7 @@ def trace_charm( Usage: >>> from charms.tempo_k8s.v0.charm_tracing import trace_charm - >>> from charms.tempo_k8s.v0.tracing import TracingEndpointProvider + >>> from charms.tempo_k8s.v1.tracing import TracingEndpointProvider >>> from ops import CharmBase >>> >>> @trace_charm(