Skip to content

Commit

Permalink
[chore] remove unused private variable (#29889)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Dec 14, 2023
1 parent 091195a commit ed85d14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions exporter/carbonexporter/metricdata_to_plaintext.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ const (
sanitizedRune = '_'

// Tag related constants per Carbon plaintext protocol.
tagPrefix = ";"
tagKeyValueSeparator = "="
tagValueEmptyPlaceholder = "<empty>"
tagValueNotSetPlaceholder = "<null>"
tagPrefix = ";"
tagKeyValueSeparator = "="
tagValueEmptyPlaceholder = "<empty>"

// Constants used when converting from distribution metrics to Carbon format.
distributionBucketSuffix = ".bucket"
Expand Down

0 comments on commit ed85d14

Please sign in to comment.