carbonapi icon indicating copy to clipboard operation
carbonapi copied to clipboard

Implementation of graphite API (graphite-web) in golang

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

**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...

enhancement

Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=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...

dependencies
go

**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"

bug

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...

bug

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...

bug