Annanay Agarwal
Annanay Agarwal
You can use the following configuration to enable debug logging on Tempo ``` server: log_level: debug ```
I believe Tempo Search is enabled by default in the new version. Could you please check that -- Are you able to search for traces in the Grafana UI? The...
This is a cool feature 👍 Is the primary intention to store "interesting" traces for a longer period or to reduce storage costs by downsampling in the compactor? From some...
In the same thread @james-callahan mentioned it could be a good idea to emit a warning if GRPC settings are lower than `max_bytes_per_trace`. +1 from me on that.
@kvrhdn gave a nice explanation of how tag extraction and search works! I'd like to just complement that with another setting we have, a deny list of tags that will...
Hi @cincodenada. Thanks for reporting this. I had a chat with the agent team and they mentioned that we renamed from Grafana Cloud Agent -> Grafana Agent, so not sure...
Given an input on spans/sec + bytes/sec, we need capacity planning guidelines that can help with cluster sizing. Also it would be good to have a list of current metrics...
The olivere/elastic library supports sending a range query using `From(0)` and `Size(100)` to fetch a predefined number of documents - for ex: https://github.com/olivere/elastic/blob/release-branch.v6/example_test.go#L172 Would it make sense to pass this...
Sure, I'll give it a shot soon.
@pavolloffay could you review this? https://github.com/annanay25/jaeger/commit/2d167b86a14f1a88a6e7ed7cee84399f8403ba88 Reduced the default fetch limit from 10,000 to 1,000. And added a `FetchNext` function to implement scroll.