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

Fix extract tags from seriesByTag args (actual for aggregation functions like sumSeries, which can't correct extract tags from metrics tags correctly). Also has some differences from current graphite-web (which used...

**Describe the bug** Hi. I'm using carbonapi with victoria metrics and seeing that some charts don't get rendered from time to time with a 500 error caused by a panic...

bug

Implement issue: https://github.com/go-graphite/carbonapi/issues/245

### Discussed in https://github.com/go-graphite/carbonapi/discussions/654 Originally posted by **spoofedpacket** November 9, 2021 The docker image for 0.15.4 seems to be missing: https://hub.docker.com/r/gographite/carbonapi/tags ``` $ docker pull gographite/carbonapi:v0.15.4 Error response from daemon:...

bug

I can't easily find an answer to this quick question: are symlinks to whisper files supported? For example, if I have a symlink named `x.wsp` pointing to `../y.wsp`, will that...

**Problem description** We just moved our large system from graphite-web to carbonapi -> go-carbon which results in much faster performance and also allows us to scale horizontally easily (with multiple...

performance

**Describe the bug** For exactly the same query, the "id" value in /metrics/find results are different between carbonapi and Graphite webapp, e.g. `"id": "agents"` vs `"id": "carbon.agents"` Shall be most...

enhancement
graphite-web compatibility

**Describe the bug** When querying CarbonAPI with multiple targets it will sequentially send off a request for each target. Can CarbonAPI be configured to simply send a single request containing...

bug

**Describe the bug** I am doing a `tagValues` request from Graphite that takes some time on backend servers. We can see in logs it times-out, but the response carbonapi gives...

bug

**Describe the bug** We're seeing a consistent timeout on a specific query we run after upgrading from carbonapi 0.10 to 0.14 (running current master). The query is (some redactions): ```...

performance