Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
Signed-off-by: WenTao Ou <[email protected]>
  • Loading branch information
owent committed Sep 29, 2023
1 parent 422bca2 commit d0f15f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exporters/prometheus/src/exporter_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ namespace metrics
namespace
{

static constexpr const char *kPrometheusInstance = "instance";
static constexpr const char *kPrometheusJob = "job";

/**
* Sanitize the given metric name by replacing invalid characters with _,
* ensuring that multiple consecutive _ characters are collapsed to a single _.
Expand Down

0 comments on commit d0f15f2

Please sign in to comment.