go-carbon icon indicating copy to clipboard operation
go-carbon copied to clipboard

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister

Results 111 go-carbon issues
Sort by recently updated
recently updated
newest added

Error in Log: [2022-07-18T20:59:06.441Z] ERROR [access] fetch failed {"handler": "render", "url": "/render/?format=protobuf&from=1658156341&target=MyTarget%24JmxTimer.update_session_exception_none.999thPercentile&until=1658177941", "peer": "10.128.27.189:50684", "carbonapi_uuid": "e5737414-2d9a-4d85-b89c-a253b13380dc", "format": "carbonapi_v2_pb", "targets": ["MyTarget$JmxTimer.update_session_exception_none.999thPercentile"], "runtime_seconds": 0.000098906, "reason": "failed to read data", "http_code": 400, "error":...

question

I am currently trying to deploy go-carbon in Deb10 environment using ansible. Ansible job runs fine without error but is not running. Logs do not show much. Thanks root@ossgmsdataadc0101a:/var/log/go-carbon# systemctl...

Without this patch, it is possible for some namespaces to have a window of 1-3 `carbonserver.quota-usage-report-frequency` to conduct quota enforcement penetration. There are two cases that need to be addressed,...

Hi there I've just added go-carbon on my grafana server but i can't seen to add it as a data source. I'm getting a HTTP error Bad Gateway. After further...

question

Value list (i.e. curl braces) in go-carbon queries is a tricky business. filepath.Glob, trigram, and trie index all have to work around the issue one way or the other. Currently,...

Moin! I miss the plain binary. At Release 0.16.2 they are only packages for deb or rpm. Would it be possible to offer the binary packages again?

question

stderr cannot be accessed with a non-root user in Docker containers as discussed [here](https://github.com/moby/moby/issues/31243), so how can log rotation be applied to an arbitrary log file? Should I relay on...

question

https://github.com/bookingcom/carbonapi/issues/52 the same query find: ```json "level": "ERROR", "timestamp": "2019-02-05T14:27:17.578+0100", "logger": "access", "message": "find failed", "handler": "find", "url": "/metrics/find/?format=protobuf&query=bla", "peer": "1.1.1.1", "carbonapi_uuid": "7652d624-c031-4384-8bc2-c96039beb7be", "query": [ "bla" ], "format": "protobuf", "runtime_seconds":...

carbonserver

WHY: it's impossible for /list_query api user to be aware that a query is limited in nodes lookup. Returning a Limited signal allows api user to decide that if it...

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

question