Tempo

  • Canonical Observability
Channel Revision Published Runs on
latest/stable 71 10 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 9 16 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 75 10 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 9 12 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
latest/beta 75 01 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 9 12 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 83 17 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 9 31 Jul 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy tempo-k8s
Show information

Platform:

charms.tempo_k8s.v2.tracing

#!/usr/bin/env python3
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.

"""This charm library has been transferred to the HA version of this charm.

The new owner is the `tempo-coordinator-k8s` charm:
- [github](https://github.com/canonical/tempo-coordinator-k8s/)
- [charmhub](https://charmhub.io/tempo-coordinator-k8s/)

The new library (with its major version reset to 0) can be found at

https://charmhub.io/tempo-coordinator-k8s/libraries/tracing

to install it:

> charmcraft fetch-lib charms.tempo_coordinator_k8s.v0.tracing

The API is unchanged, so you can search and replace the path to swap the old lib with the new one.
"""

LIBID = "12977e9aa0b34367903d8afeb8c3d85d"
LIBAPI = 2
LIBPATCH = 11

raise DeprecationWarning(
    "this charm lib is deprecated; please use charms.tempo_coordinator_k8s.v0.tracing instead. "
    "see https://charmhub.io/tempo-coordinator-k8s/libraries/tracing"
)