Skip to content

Commit ecabd17

Browse files
committed
chore: drop the requests by aud with context
1 parent ef4be14 commit ecabd17

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI/Helpers/Services/AnalyticsService.cs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,26 +118,6 @@ await _cloudwatchClient.PutMetricDataAsync(new PutMetricDataRequest()
118118
}
119119
},
120120
new()
121-
{
122-
MetricName = "RequestsPerAudience",
123-
Value = 1,
124-
Unit = StandardUnit.None,
125-
TimestampUtc = DateTime.UtcNow,
126-
Dimensions = new List<Dimension>()
127-
{
128-
new()
129-
{
130-
Name = "Audience",
131-
Value = requestAuthenticatedUser.Audience
132-
},
133-
new()
134-
{
135-
Name = "Context",
136-
Value = eventContextName
137-
}
138-
}
139-
},
140-
new()
141121
{
142122
MetricName = "RequestsTotalPerIssuer",
143123
Value = 1,

0 commit comments

Comments
 (0)