There doesn't appear to be a monitoring service deployed by this set of helm charts.
A number of the daemons attempt to access a statsd service but cannot find it.
I fixed it by specifying "localhost" for the carbon_server value in daemons.yaml.
We could stand up a separate statsd server or deploy a pod using the helm charts https://github.com/kiwigrid/helm-charts/tree/master/charts/graphite.
I haven't found a fix for the FTS renewal daemon issue yet.
There doesn't appear to be a monitoring service deployed by this set of helm charts. A number of the daemons attempt to access a statsd service but cannot find it. I fixed it by specifying
"localhost"
for thecarbon_server
value indaemons.yaml
. We could stand up a separate statsd server or deploy a pod using the helm charts https://github.com/kiwigrid/helm-charts/tree/master/charts/graphite.I haven't found a fix for the FTS renewal daemon issue yet.