You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the default way of starting the server with start_http_server(). I noticed that the server responds with HTTP/1.0 to HTTP/1.1 requests. Is there a flag I need to set to support HTTP/1.1?
The text was updated successfully, but these errors were encountered:
@jvperrin great find, thank you! This one change makes a huge difference in performance. With my simple test exporter that just exposes 1 metric, scraping from Grafana Alloy, the CPU utilization and network traffic of the Alloy container are both reduced by about 55%. If the exporter returns a large number of metrics then the difference would be less noticeable.
I'm using the default way of starting the server with start_http_server(). I noticed that the server responds with HTTP/1.0 to HTTP/1.1 requests. Is there a flag I need to set to support HTTP/1.1?
The text was updated successfully, but these errors were encountered: