Hi all, In this section I don't see container_name...
# support
a
Hi all, In this section I don't see container_name, how do I enable the container name here
n
Hey @Alok Kumar you can add the container name in resource attributes
a
I gave but it didnot showed in logs
n
can you share your otel-collector config here
a
for the signoz hst ?
signoz_server_otel.yml,qa_server_otel.yml
Copy code
compose file configuration for qa microservices:::
environment: - EUREKA_CLIENT_SERVICEURL_DEFAULTZONE=http://eureka-serviceregistry:8000/eureka - CONF_DIR=/stms/media/ - OTEL_EXPORTER_OTLP_ENDPOINT=http://20.51.201.150:4317 - OTEL_SERVICE_NAME=tms-dpd-tmsqa - OTEL_RESOURCE_ATTRIBUTES=deployment.environment=tmsqa,container.name={{.Names}}
@Nagesh Bansal any update on this