suxiaoxiaomm
suxiaoxiaomm
@pkrishnanreflexion Could you kindly share your scripts to me? I also need to do data migration from jaeger elasticsearch to tempo, while I don't have any clue yet.
@joe-elliott Thank you for the response. I wrote a go script with use Jaeger gRPC [FindTraces](https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v3/query_service.proto), and send the response traces to OpenTelemetry collector via gRPC as well, which will...
@joe-elliott Thanks a lot for the suggestion. Will try and let you know the result.
@joe-elliott It works perfect. Thank you so much!!
We ended up with using lua envoyfilter to remove the Guid part inside the request path and add this as a http request header. Then add this extra header as...
> I think that's the right direction, another suggestion is try https://istio.io/latest/docs/tasks/observability/metrics/classify-metrics/ Thank you for the suggestion. It seems Lua is more flexible than CEL when using Regex. I perhaps...
Hi @MichaHoffmann , Thanks for the reply. The metric actually have 2 types of value: 1 or 0. I am sure that there are several points this metric's value is...
I checked the debug log for thanos-query, find out sometimes I will get below error(NOT everytime when I got wrong values, but randomly. Sometimes there is no such error log,...
> Can you maybe request raw data? I think you might get downsampled data in storage gateway right now. I did try to run query against raw data, still got...
No it is not the latest. Thanos version: thanos:0.29.0-scratch-r0 Also how often is this metric collected? **This metrics is collected every 5mins.** **And Yes I can try a bigger offset,...