You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nginx logs for our remaining EC2 services (edxapp, insights, etc.) are getting tagged in Datadog with service:edx-nginx rather than the relevant service. This is making it harder to find logs and to sort out which logs go with which service.
Notes:
Logs are actually getting double tagged, e.g. service:edx-edxapp-lms, service:edx-nginx -- the latter appears to override the former.
If not, file a Datadog support ticket asking how this is supposed to work. (It doesn't seem to make sense that you'd have to explicitly tag log sources when there's also a host-level tag available.)
If this turns out to be too much work, we can just document it and let people know about the problem, and hope it doesn't cause too much trouble in the time before everything is containerized.
The text was updated successfully, but these errors were encountered:
@nadeemshahzad Do you know if it's possible for us to remove the service: edx-nginx from this config? It's overriding and conflicting with the host service tags. I vaguely recall that there was some issue with removing the log-level service tag but I don't recall what it was.
nginx logs for our remaining EC2 services (edxapp, insights, etc.) are getting tagged in Datadog with
service:edx-nginx
rather than the relevant service. This is making it harder to find logs and to sort out which logs go with which service.Notes:
service:edx-edxapp-lms, service:edx-nginx
-- the latter appears to override the former.service:edx-nginx
: https://github.com/edx/edx-internal/blob/ec0fc544b3eca361c7d2e25fa0d4be9f4ba3b60d/ansible/vars/prod-edx.yml#L187service
attribute?The text was updated successfully, but these errors were encountered: