Skip to content

Commit

Permalink
Change semetric name. (#12283)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Apr 27, 2024
1 parent 671f7ee commit 21fdb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public enum OssMetricsRegistry implements MetricsRegistry {
"create_secret_default_store",
"A secret was created in the default configured secret store."),
UPDATE_SECRET_DEFAULT_STORE(MetricEmittingApps.SERVER,
"create_secret_default_store",
"update_secret_default_store",
"A secret was created in the default configured secret store."),
DELETE_SECRET_DEFAULT_STORE(MetricEmittingApps.SERVER,
"delete_secret_default_store",
Expand Down

0 comments on commit 21fdb2f

Please sign in to comment.