Graphite Returns All values, rather than function

Chris

Suppose I have the following query:

http:/graphite.server:####/render?&target=highestCurrent(metric.path.value,3)

I am running into the issue that graphite is returning all values in the metric, rather than the last three "highest current".

I am having trouble finding an example that is end to end. Typically, they consist of only: &target=..., and so I assume that this is just "supposed to work."

What could be a possible source of the issue?

Popieluch

It is supposed to draw all values of the 3 highest metrics/series. Not 3 metrics from of one series.

highestCurrent(seriesList, n)

Takes one metric or a wildcard seriesList followed by an integer N. Out of all metrics passed, draws only the N metrics with the highest value at the end of the time period specified.

Example:

&target=highestCurrent(server*.instance*.threads.busy,5)

Draws the 5 servers with the highest busy threads.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Aggregate function (small) returns zeros rather than the smallest values

The index of a JS object returns all values in object rather than the actual index

why the const function returns lvalue rather than rvalue?

Function returns nothing rather than the expected value "None"

How to get a function that returns an expression to be called rather than interpreted as an expression

dropna is filling all the column with None rather than just the NaN values

Async function returning Promises rather than resolved values

Running jQuery function on single row rather than all?

(() => {}) rather than the JavaScript function expression

Php: Why does my code echo all values in the table rather than just a subset of those values?

`predict.nls` returns fitted values rather than predictions at specified `newdata`

WPML: wp_query() returns posts in all languages rather than just current one

How to make a function which normally returns a value, return undefined rather than null when the value cannot be found

My custom function returns the wrong thing rather than compiled string in Python

How come this function returns 0s rather than random numbers

GetLastInputInfo() returns a number of milliseconds rather than ticks

Event returns [object MouseEvent] rather than the text

.prop() returns object rather than value

Function returns all values as null, even though they are not

Is there a Rust function that returns all the maximum values of an iterator?

How to multiply all values of column in DataFrame rather than just one based on location?

mysql query: searching based on all values in column rather than one value in column

Why does Perlin noise use a hash function rather than computing random values?

Is it possible to use Enum values rather than indexes in Javascript onChange function on a Select tag?

Using the .weekday() function in calendar but the input values come in MM/DD/YYYY rather than YYYY/MM/DD

What do I need to change in toggle function to show 1 element at a time rather than show all elements?

Graphite as django web application returns 404 for all static resources

why define methods on values rather than pointers?

Paste cell values rather than formulas