Skip to content

Commit

Permalink
Update src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusH…
Browse files Browse the repository at this point in the history
…ttpListener.cs

Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
  • Loading branch information
robertcoltheart and utpilla authored Dec 6, 2023
1 parent 3130372 commit 36df8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private async Task ProcessRequestAsync(HttpListenerContext context)
}
}

private bool AcceptsOpenMetrics(HttpListenerRequest request)
private static AcceptsOpenMetrics(HttpListenerRequest request)

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (ubuntu-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (ubuntu-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net462)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net8.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-report (windows-latest)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-stable (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net6.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check failure on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / build-test-experimental (windows-latest, net7.0)

Method must have a return type

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-experimental

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-experimental

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-experimental

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-experimental

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-stable

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-stable

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-stable

A constructor should not follow a method

Check warning on line 197 in src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListener.cs

View workflow job for this annotation

GitHub Actions / check-format-stable

A constructor should not follow a method
{
if (request.AcceptTypes == null)
{
Expand Down

0 comments on commit 36df8f8

Please sign in to comment.