carbonapi
carbonapi copied to clipboard
Implementation of graphite API (graphite-web) in golang
**Is your feature request related to a problem? Please describe.** According to the [Graphite web documentation](https://graphite.readthedocs.io/en/latest/render_api.html#from-until), time windows passed into some functions, such as linearRegression, timeShift, and verticalLine, can be...
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
**Carbonapi docs Example path logger, point to directory /var/log** [doc/configuration.md] ``` encodingTime: "iso8601" encodingDuration: "seconds" - logger: "" _file: "carbonapi.log"_ **file: "/var/log/carbonapi.log"** level: "info" encoding: "jso ```n"
Using sortByMaxima with a series that only has NaN values causes it to end up at the top of the series list which is different from graphite-web. In graphite-web when...
**Describe the bug** `divideSeriesLists` does not seem to work, it throws an _missing argument_ error. **CarbonAPI Version** 0.16.0, later version is not available: #794 **CarbonAPI Configuration:** ```yaml # Need to...
Add validation for consolidateBy arguments when `passFunctionsToBackend: true`. [Valid aggregation functions.](https://graphite.readthedocs.io/en/stable/functions.html#graphite.render.functions.consolidateBy)
**Describe the bug** The movingWindow function is not returning data if i use time as an argument(e.g. `1sec`, `1min`, `1hour`). If I use the count, its working. **CarbonAPI Version** 1.1.0...