This message was deleted.
# support
s
This message was deleted.
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>
?