Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compression #15

Open
1 of 3 tasks
deadtrickster opened this issue Nov 25, 2016 · 1 comment
Open
1 of 3 tasks

Compression #15

deadtrickster opened this issue Nov 25, 2016 · 1 comment

Comments

@deadtrickster
Copy link
Member

deadtrickster commented Nov 25, 2016

  • Add compression to metrics endpoint (just gzip is fine) with threshold (say 512 bytes).
  • Investigate state of compression in the Elli land. Size metrics from Elli 2 count raw uncompressed values. If we already have 'standard' compressing middleware, I want to have 'http_request_bytes_sent' metric, i.e. metric which counts wire bytes.
  • Depending on 2nd task note preferred position for elli_prometheus in a middlewares stack (e.g. it must be first so we properly count raw and network bytes).
@deadtrickster
Copy link
Member Author

I decided to go without threshold because virtually everyone wants Erlang VM metrics and we are always above 512 threshold (which is IIRC used by official clients) then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant