Hello,
We have currently set up this integration:
- PHP OTEL SDK -> Otel collector -> elastic APM.
- Universal Profiling set up in k8s
When looking at Transaction in APM we have this click through
But after clicking at it it uses this query:
host.name: "aks-eocspot-38196108-vmss0000d1"
but the host.name
has ALWAYS last 2 letters of the name capitalised, like this
host.name: "aks-eocspot-38196108-vmss0000D1"
so the query doesn't match anything.
Any idea where to look at ?