Skip to content

Commit

Permalink
[improve][proxy] Fix comment about enableProxyStatsEndpoints (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored and Technoboy- committed Jan 3, 2024
1 parent b0e8b5a commit fea34d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ zooKeeperCacheExpirySeconds=-1

### --- Metrics --- ###

# Whether to enable the proxy's /metrics, /proxy-stats, and /status.html http endpoints
# Whether to enable the proxy's /metrics and /proxy-stats http endpoints
enableProxyStatsEndpoints=true
# Whether the '/metrics' endpoint requires authentication. Defaults to true
authenticateMetricsEndpoint=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public class ProxyConfiguration implements PulsarConfiguration {

@FieldContext(
category = CATEGORY_HTTP,
doc = "Whether to enable the proxy's /metrics, /proxy-stats, and /status.html http endpoints"
doc = "Whether to enable the proxy's /metrics and /proxy-stats http endpoints"
)
private boolean enableProxyStatsEndpoints = true;

Expand Down

0 comments on commit fea34d9

Please sign in to comment.