We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4be14 commit ecabd17Copy full SHA for ecabd17
1 file changed
VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI/Helpers/Services/AnalyticsService.cs
@@ -118,26 +118,6 @@ await _cloudwatchClient.PutMetricDataAsync(new PutMetricDataRequest()
118
}
119
},
120
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
134
135
- Name = "Context",
136
- Value = eventContextName
137
- }
138
139
140
141
{
142
MetricName = "RequestsTotalPerIssuer",
143
Value = 1,
0 commit comments