Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼NTelemetryApi | |
| ▼NTests | |
| CApiIntegrationTests | Integration tests for the Telemetry API endpoints. These tests verify the full HTTP pipeline, including middleware, routing, and authorization logic defined in Program.cs |
| CExcludeMetricsLoggingInterceptorTests | Unit tests for the ExcludeMetricsLoggingInterceptor to ensure 100% code coverage. Verifies that specific requests (favicon and metrics) are silenced, while keeping standard requests logged |
| CStatusEndpointTests | Unit tests for the Status endpoint of the Telemetry API |
| CITelemetryService | Interface for telemetry data provider |
| CTelemetryService | Implementation of the telemetry service |