is there a way to customize the name using a proce...
# support
r
is there a way to customize the name using a processor in this screen:
p
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
@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>
?