akvlad
akvlad
multitenancy support
https://github.com/lmangani/cLoki/issues/62 Clickhouse cluster initial
`@cache.memoize(ttl=5, typed=True)` - default time units are never explained. So I need to look all over the code to figure out what `5` means. `cache = Cache(maxsize=256, ttl=0, timer=time.time, default=None)...
Scrape top output (RAM & CPU) and send it to qryn ``` input { top { ps => ["node index.js (how process command is displayed in ps aux)", "another command"...
Please specify the `ADVANCED_SAMPLES_ORDERING` env var with the raw clickhouse ORDER BY (...) experssion. If you want use fingerprint, please specify `ADVANCED_SAMPLES_ORDERING=fingerprint,timestamp_ns` . This env variable cannot be changed for...
# Current status Opentelemetry traces are currently stored in the same table as logs. Searching by tags is provided by the same mechanism as logQL based searching. It has several...
# Current status Cluster support created in https://gist.github.com/coelho/c3b7bbb2c95caa61115d93692f9e4ae2 gist and copied into our wiki page. It's a bit hacky as it needs non-trivial manual approach to run. # Improvement request...
Ability to use https://github.com/siimon/prom-client to send to Qryn
Hello. I'm trying to build the participle library inside a wasm app. Among some "avoidable" minor issues I have noticed issue with `panic("done")` inside the validate function https://github.com/alecthomas/participle/blob/master/validate.go#L45 Somehow tiny-go...
In the opentelemetry documentation you have link to, there is a configuration of the protocol for traces to send: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/specification/protocol/exporter.md#specify-protocol. It can be `grpc` or `http/protobuf` etc. As far as...