[symfony-auto-instrumentation](https://github.com/opentelemetry-php/contrib-auto-symfony) sets `peer.service` in their HTTP client instrumentation ([here](https://github.com/opentelemetry-php/contrib-auto-symfony/blob/effe5f84745ffd0224a56e4f27ad9c83658acd9b/src/HttpClientInstrumentation.php#L65)), which allows Grafana to show this: <img width="365" height="40" alt="Image" src="https://github.com/user-attachments/assets/c04f0d2b-9381-4c98-be91-fdcf7463f4a6" /> Deno currently only shows the method name, which makes the trace harder to understand when there are a lot of spans. Note: I can't test this myself since trying to build Deno results in it getting OOM'ed (even in GitHub codespaces) or getting weird linker errors.