-
Notifications
You must be signed in to change notification settings - Fork 891
[Exporter.Prometheus.AspNetCore] Support GZip compression #7213
Copy link
Copy link
Open
Labels
pkg:OpenTelemetry.Exporter.Prometheus.AspNetCoreIssues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet packageIssues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet packagespec-complianceIssues related to compliance with the OpenTelemetry SpecificationIssues related to compliance with the OpenTelemetry Specification
Milestone
Metadata
Metadata
Assignees
Labels
pkg:OpenTelemetry.Exporter.Prometheus.AspNetCoreIssues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet packageIssues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet packagespec-complianceIssues related to compliance with the OpenTelemetry SpecificationIssues related to compliance with the OpenTelemetry Specification
Type
Fields
Give feedbackNo fields configured for issues without a type.
From Scrape protocol content negotiation:
Given the changes in #7055, it should be relatively trivial to add support for compression with GZip to
PrometheusExporterMiddleware.Depends on #7209.Note
Out-of-scope: Adding compression support to OpenTelemetry.Exporter.Prometheus.HttpListener.