Hello. Thanks for hosting this community. We’re se...
# support
c
Hello. Thanks for hosting this community. We’re setting up Signoz now, and have experienced an issue of not being able to set the
service.name
Attribute to anything other than
laravel/laravel
. That value is being automatically populated from somewhere. When clicking on that service, there is a 404 error. This is a laravel 9.0 app 🙂 on an ECS/Fargate
Debian GNU/Linux 12
using the PHP SDK for OT. I’d like to create Services for each of our 3 applications (laravel and a homebrewed one) to properly segment Traces and Syslog forwards. Yes, i’m a version behind. v0.35.1.
Copy code
"open-telemetry/exporter-otlp": "^1.0",
        "open-telemetry/sdk": "^1.0",
This is my working PHP wrapper thus far, where I’m trying to explicitly set
service.name
even, without any success.
p
Can you try setting it using
OTEL_SERVICE_NAME
environment variable instead?
c
Sure, I will give that a shot. Thank you!
That worked! Thank you 🙂