From b12df7078edca92e57afaff436c61ae7f6cbf51e Mon Sep 17 00:00:00 2001 From: Pietro Pasotti Date: Tue, 25 Jun 2024 13:27:48 +0200 Subject: [PATCH] typo --- lib/charms/tempo_k8s/v1/charm_tracing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/charms/tempo_k8s/v1/charm_tracing.py b/lib/charms/tempo_k8s/v1/charm_tracing.py index 1ec9511a..ebe022e0 100644 --- a/lib/charms/tempo_k8s/v1/charm_tracing.py +++ b/lib/charms/tempo_k8s/v1/charm_tracing.py @@ -26,8 +26,8 @@ @charm_tracing( # forward-declare the instance attributes that the instrumentor will look up to obtain the # tempo endpoint and server certificate - tracing_endpoint="charm_tracing_endpoint", - server_cert="charm_tracing_cert" + tracing_endpoint="tracing_endpoint", + server_cert="server_cert" ) class MyCharm(CharmBase): _path_to_cert = "/path/to/cert.crt"