Skip to content

Commit

Permalink
Updated event names
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Sep 20, 2024
1 parent 044dab9 commit 8af55bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/config/schema/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ pub static EVENT_NAMES: &[&str] = &[
"cluster.peer-alive",
"cluster.peer-back-online",
"cluster.peer-discovered",
"cluster.peer-has-config-changes",
"cluster.peer-has-list-changes",
"cluster.peer-has-changes",
"cluster.peer-leaving",
"cluster.peer-offline",
"cluster.peer-suspected",
Expand Down Expand Up @@ -876,6 +875,7 @@ pub static EVENT_NAMES: &[&str] = &[
"limit.quota",
"limit.size-request",
"limit.size-upload",
"limit.tenant-quota",
"limit.too-many-requests",
"mail-auth.base64",
"mail-auth.crypto",
Expand Down Expand Up @@ -1025,6 +1025,7 @@ pub static EVENT_NAMES: &[&str] = &[
"security.brute-force-ban",
"security.ip-blocked",
"security.loiter-ban",
"security.unauthorized",
"server.licensing",
"server.shutdown",
"server.startup",
Expand Down

0 comments on commit 8af55bc

Please sign in to comment.