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
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
At the moment if write_to_legacy is enabled and source is not specified in the config file metrics will be sent to the /metrics endpoint with a null source, which would break existing spaces that rely on this being set.
It seems the sink in the upstream sink defaults the source to socket.gethostname():
At the moment if
write_to_legacy
is enabled andsource
is not specified in the config file metrics will be sent to the/metrics
endpoint with a null source, which would break existing spaces that rely on this being set.It seems the sink in the upstream sink defaults the source to
socket.gethostname()
:statsite/sinks/librato.py
Lines 115 to 120 in 76a3685
The text was updated successfully, but these errors were encountered: