Skip to content

Commit

Permalink
chore: update charm libraries (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <github-actions@github.com>
  • Loading branch information
observability-noctua-bot and Github Actions authored Jan 3, 2024
1 parent 3accbee commit 1829ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/charms/tempo_k8s/v0/charm_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 1829ce6

Please sign in to comment.