Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkay committed Jul 15, 2024
1 parent 7ab3dff commit 33d7968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def __init__(self, *args):
# # Patch the juju-created Kubernetes service to contain the right ports
self.unit.set_ports(*self.tempo.all_ports.values())

# self._service_patcher = KubernetesServicePatch(self, external_ports)
# Provide ability for Tempo to be scraped by Prometheus using prometheus_scrape
self._scraping = MetricsEndpointProvider(
self,
Expand Down

0 comments on commit 33d7968

Please sign in to comment.