Skip to content

Commit

Permalink
Add Serial tag to influx logger
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-anderson committed Jun 6, 2024
1 parent 0c31c6d commit d83aae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustica/src/logging/influx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ impl RusticaLogger for InfluxLogger {
.into_query(&self.dataset)
.add_tag("fingerprint", ci.fingerprint.clone())
.add_tag("mtls_identities", ci.mtls_identities.join(","))
.add_tag("serial", ci.serial)
.add_field("principals", ci.principals.join(","));

let client = self.client.clone();
Expand Down

0 comments on commit d83aae5

Please sign in to comment.