izavadynskyi
izavadynskyi
Hi guys. I have faced with the same issue. Do we have any updates regarding the solution?
I have solved it by used group_left in query. sum by(label_node_type, node) (kube_node_status_allocatable_cpu_cores * on(node) group_left(label_node_type) kube_node_labels)
Hi. Thanks a lot for your reply. Will check it.
Hi guys, I have also faced with the same issue. Does anybody configured the external tempo-distributor endpoint to send GRPC traces (port 4317) via ingress nginx? We have dedicated common...
resolving it on Opentelemetry collector side ``` config: | receivers: otlp: protocols: http: grpc: endpoint: 0.0.0.0:5555 processors: batch: timeout: 1s send_batch_size: 1024 exporters: logging: loglevel: info otlphttp: endpoint: [http://tempo-gateway.dev.observability.internal:80/otlp](http://tempo-gateway.dev.observability.internal/otlp) tls:...