#support

Customizing App Name with Istio Processor

TLDR Romil asked how to customize an app's name using a processor. Pranay suggested using OTEL_RESOURCE_ATTRIBUTES, and Romil confirmed it could be overridden using Istio's meshConfig.

Powered by Struct AI
4
7mo
Solved
Join the chat
Feb 24, 2023 (7 months ago)
Romil
Photo of md5-9fdac386927ff20f6a6bc0d2a9164de5
Romil
09:29 PM
is there a way to customize the name using a processor in this screen:
Image 1 for is there a way to customize the name using a processor in this screen:
Feb 25, 2023 (7 months ago)
Pranay
Photo of md5-8df7ce0274b2473ec07403336e48b574
Pranay
08: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
Feb 26, 2023 (7 months ago)
Romil
Photo of md5-9fdac386927ff20f6a6bc0d2a9164de5
Romil
04:17 PM
Pranay if the reporting is coming from istio, i should be able to override using:
spec:
  meshConfig:
    enableTracing: true
    defaultConfig:
      tracing:
        custom_tags:
          service:
            name: <new name>
04:17
Romil
04:17 PM
?