carbonapi icon indicating copy to clipboard operation
carbonapi copied to clipboard

Implementation of graphite API (graphite-web) in golang

Results 108 carbonapi issues
Sort by recently updated
recently updated
newest added

Sometimes an additional line is drawn from the bottom of the "infinite" line to the right edge of the graph.

bug
graphite-web compatibility

In many functions we have `// TODO(...): make sure the arrays are all the same 'size'` And when it occurs (often because of resolution differences) we either have bad behavior,...

bug
graphite-web compatibility

They need to be filtered or averaged or something to avoid massive drops back to 0 on missing data.

bug
graphite-web compatibility

http://www.circonus.com/blog/spike-erosion

enhancement
graphite-web compatibility

This is occurring in the latest `master` commit 9a17fbb: I have been noticing some problems with a number of queries resulting in `runtime error: index out of range` messages. *...

bug
graphite-web compatibility

Paper is https://arxiv.org/pdf/1703.00983.pdf Graphite-api patch is: https://github.com/wyndhblb/graphite_asap Stanford code is: http://futuredata.stanford.edu/asap/#code Seems like winning.

enhancement

This is just a discussion. I have the following situation: I would like to provide the graphite stack as a service to a number of users, let them use it...

enhancement

Maybe `consolidateBy=lttb` ? https://github.com/dgryski/go-lttb

enhancement

This will throttle bulk-style requests, but not adversely affect smaller API calls from proceding. Requires a bit more thinking to figure out if this is a problem and if this...

enhancement

Figure out the full set. Figure out which subset we want to support. Hope we don't have to fully break expression parsing in the meantime.

enhancement