Skip to content

Commit

Permalink
Removed dash from micrometer metric label
Browse files Browse the repository at this point in the history
Closes gh-13660
  • Loading branch information
Ducius6 authored and jzheaux committed Oct 30, 2023
1 parent 5dce82c commit 4d6ff49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static final class ObservationFilter implements Filter {
private static final Map<String, String> OBSERVATION_NAMES = new HashMap<>();

static {
OBSERVATION_NAMES.put("DisableEncodeUrlFilter", "session.url-encoding");
OBSERVATION_NAMES.put("ForceEagerSessionCreationFilter", "session.eager-create");
OBSERVATION_NAMES.put("DisableEncodeUrlFilter", "session.urlencoding");
OBSERVATION_NAMES.put("ForceEagerSessionCreationFilter", "session.eagercreate");
OBSERVATION_NAMES.put("ChannelProcessingFilter", "access.channel");
OBSERVATION_NAMES.put("WebAsyncManagerIntegrationFilter", "context.async");
OBSERVATION_NAMES.put("SecurityContextHolderFilter", "context.holder");
Expand Down

0 comments on commit 4d6ff49

Please sign in to comment.