Hello everyone!
First off, I just found SigNoz a few days ago. I absolutely love it! My team is experimenting with the self-hosted option.
I'm very new to OTEL, and I'm wondering if there's a way to group my services using the "environments" option which appears to be in the UI.
Is this something I can set in the
OTEL_RESOURCE_ATTRIBUTES
env var, or am I missing a fundamental configuration step for SigNoz?
Thanks in advance ❤️
s
Srikanth Chekuri
08/31/2024, 2:27 PM
Is this something I can set in the
OTEL_RESOURCE_ATTRIBUTES
env var
Yes, set ``OTEL_RESOURCE_ATTRIBUTES=deployment.environment=dev,service.name=my-service`
q
Question Asker
08/31/2024, 3:22 PM
Fantastic! Than you so much!
One last question - what sort of configuration is required to get the
Service Map
feature functioning?
I did see it working with the demo SigNoz application included in the docker compose, but my own services don't appear in the map.
s
Srikanth Chekuri
09/01/2024, 2:45 PM
They should be connected. If there are standalone services they won't show up in map.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.