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.
Feb 24, 2023 (7 months ago)
Romil
09:29 PMFeb 25, 2023 (7 months ago)
Pranay
08:02 AMFeb 26, 2023 (7 months ago)
Romil
04:17 PMspec:
meshConfig:
enableTracing: true
defaultConfig:
tracing:
custom_tags:
service:
name: <new name>
Romil
04:17 PMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Adding Labels to Logs in SigNoz Using Pipelines
Tarek was trying to add labels from a JSON body to SigNoz logs. nitya-signoz and Shivanshu helped by providing pipeline examples and configurations. nitya-signoz's solution eventually resolved the issue.

Extracting Custom Fields as Attributes from Log in SigNoz
Harald wants to have custom fields from their body parsed as attributes in the SigNoz logger. They have tried implementing suggestions from nitya-signoz and Prashant, but the issue remains unsolved due to a potential race condition encountered while executing the code. They have provided a full example using Kind for further assistance.



Adding Traceid in Logs and Utilizing Helm for SigNoz Installation
Charan sought assistance on adding traceid in logs. nitya-signoz advised how to parse it and Prashant suggested modification of the logtransform processor or addition of a new one as a solution.