-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature
Description
Is your feature request related to a problem? Please describe.
With the continuous expansion of the tenant / namespace /topic/ application of pulsar cluster, the index text output by the broker is getting larger and larger. If promethues requests the /metrics URL time of the broker to be fixed, such as 10s, with the index getting larger and larger, this 10s will definitely timeout, so the following error will be reported:

This will sometimes lead to incomplete indicators of promethues, and sometimes there are problems in the display on grafana, so we add gzip handler to the HTTP response of /metrics to reduce the network transmission volume.
Describe the solution you'd like
Add gzip handler to the HTTP response of /metrics
Metadata
Metadata
Assignees
Labels
Staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature