https://signoz.io logo
#support
Title
# support
r

Romil Khanna

02/24/2023, 9:29 PM
is there a way to customize the name using a processor in this screen:
p

Pranay

02/25/2023, 8:02 AM
This is the application name which you pass. Should be possible to customise it by passing a service OTEL_RESOURCE_ATTRIBUTES=service.name=<app_name> attribute
r

Romil Khanna

02/26/2023, 4:17 PM
@Pranay if the reporting is coming from istio, i should be able to override using:
Copy code
spec:
  meshConfig:
    enableTracing: true
    defaultConfig:
      tracing:
        custom_tags:
          service:
            name: <new name>
?
4 Views