Skip to content

Commit

Permalink
pmlogredact: add latitude and longitude labels to the redacted set
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 13, 2023
1 parent 8b8cdf6 commit ffd6477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pmlogredact/network
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ metric pmcd.pmie.logfile { value /.*/ -> "[redacted]" }
#
global { hostname -> "[redacted]" }

# redact hostname from context labels
# redact hostname and geolocation from context labels
#
label context "hostname" { value -> "[redacted]" }
label context "latitude" { value -> "[redacted]" }
label context "longitude" { value -> "[redacted]" }

# metrics who's values may include networking details and
# other sensitive information
Expand Down

0 comments on commit ffd6477

Please sign in to comment.