pingping95
pingping95
I have same issue, too..
which do you expect new tempo version release?
I agree with him. AWS Terraform Example is so poor and need to upgrade.
Hi all. I think cluster-label config need to add for those who have lots cluster label values for multi cluster. ``` krr simple --prometheus-url https://mimir.xxxxx.xxx/prometheus --prometheus-headers 'X-Scope-OrgID: anonymous' --prometheus-label cluster...
@aantn yes. I have multiple clusters under same mimir tenant ID. So i changed my cluster context and then run krr command. it works for my case.
I resolved this issue by removing **consumer and producer related dimensions**. i don`t know why this issue happens. so i decided to change like this. SERVER span metrics -> server...
Not resolved this issue.. still occurs.
I tried this but still occurs. 1. Apply a filter (SPAN-KIND: Server only) before the SpanMetrics connector. -> Only server spans pass through the spanmetrics connector 2. add telemetry.sdk.language, telemetry.sdk.name...
@portertech @Frapschen Could give me any advice ? If you have any additional questions or suspicions, please let me know Or is there something I'm setting up incorrectly?
@Frapschen Thanks for replying ! Im not added cluster, service_name label to by () because security. ``` sum(rate(calls_total{cluster="xxx-xxxx-xxxx"}[$__rate_interval])) by (span_kind, http_method) ``` It seems that put, get http.method is strange....