feat(analytics): add issuer as filter for authentication analytics (#7535)

This commit is contained in:
Sandeep Kumar
2025-03-18 15:16:09 +05:30
committed by GitHub
parent a161f24773
commit a87471c45d
17 changed files with 42 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ pub fn get_auth_event_dimensions() -> Vec<NameDescription> {
vec![
AuthEventDimensions::AuthenticationConnector,
AuthEventDimensions::MessageVersion,
AuthEventDimensions::AcsReferenceNumber,
]
.into_iter()
.map(Into::into)