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

Use compressed encoding when transferring graph data to browser #308

Closed
juliusv opened this Issue Jun 20, 2013 · 3 comments

Comments

Projects
None yet
2 participants
@juliusv
Copy link
Member

juliusv commented Jun 20, 2013

Currently we send graph/query data as uncompressed JSON from the Prometheus query web API to the browser, which can take a large amount of time over slow connections.

@matttproud-soundcloud

This comment has been minimized.

Copy link
Contributor

matttproud-soundcloud commented Jun 20, 2013

Open questions:

  • Is the JSON format as compact as it needs to be? The Google JSON style
    guide may help.
  • Could we get by with a pure delimited non-JSON text format for the client?

Message composed via terrorphone terrorcommunications device and is
probably fraught with typos and misspellings and syntax errors.
Am 20.06.2013 03:47 schrieb "juliusv" notifications@github.com:

Currently we send graph/query data as uncompressed JSON from the
Prometheus query web API to the browser, which can take a large amount of
time over slow connections.


Reply to this email directly or view it on GitHubhttps://github.com//issues/308
.

@juliusv

This comment has been minimized.

Copy link
Member Author

juliusv commented Jun 28, 2013

Compression done in #308 - we can keep other forms of actual data encoding in the back of our minds. Closing for now.

@juliusv juliusv closed this Jun 28, 2013

simonpasquier pushed a commit to simonpasquier/prometheus that referenced this issue Oct 12, 2017

Merge pull request prometheus#308 from prometheus/fish/pratice-operat…
…ion-counters

Add best pratice around operation counters
@lock

This comment has been minimized.

Copy link

lock bot commented Mar 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 25, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.