-
Subj, when trying to update today (autobuild repo):
```
dpkg: error processing archive /var/cache/apt/archives/carbonapi_ba289_amd64.deb (--unpack):
parsing file '/var/lib/dpkg/tmp.ci/control' nea…
-
Maybe I'm missing something, but I can't see flag that will allow me to make repeated field to be unmarshaled to slice of structs, not to slice of pointers.
Example:
```proto
message Point {
u…
Civil updated
7 years ago
-
While pickle format works fine within the render api, it's not supported for finding metrics.
https://github.com/dgryski/carbonapi/blob/master/main.go#L450
This is not an issue itself, but is limiti…
-
Greetings,
we are going to replace carbon-relay with carbon-C-relay in near future. As we use consistent hashing there has arose an question whether to use carbon_ch or fnva1_ch.
The carbon-rel…
-
Hi, my understanding (admittedly without spending much time thinking about it), was that I could simply add an additional host to the fnv1a_ch cluster definition (replication factor 1) and (a) existin…
-
Hi,
I have carbonzipper pointing at 3 carbonserver instances (from 0.9.1 go-carbon) and it's occasionally reporting timeouts.
I don't see anything in carbonserver logs that's helpful. Any sugge…
-
Hi,
First, I love this project! I'm in the middle of implementing this, and currently have this setup:
grafana -> carbonapi -> carbonzipper -> carbonserver on 3 servers
This morning I've see…
-
Hey, is there a chance for a Debian package repo? Specially for stable / stretch?
-
Hi.
I am wondering could you implement a compression between carbon-c-relays?
It is a highly compressible protocol and could give significant saving on the bandwidth.
-
Because we maintain lots of cached http connections to carbonzipper, when that service is restarted we have a large number of (now invalid) sockets which cause failures during subsequent requests.
Wo…