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
Is your feature request related to a problem? Please describe.
As of now its looks like omit_hostname is a global config and it causes the host metrics to be removed from all other fields as well.
My simple requirements is to use statsd in the orignal form without adding any new dimension of host
I want to generate adittional metrics which are published by collectd and disk but also aggregated by some dimension of aws asg group , instance types.
as of now doing both together does not work well for me.
Describe the solution you'd like
Support the configuration at child level ?
Describe alternatives you've considered
Moving to telegraf probably
The text was updated successfully, but these errors were encountered:
rpatidar
changed the title
Supporting omit_hostname only for statsd but keeping it for collectd,disk and mem
Supporting disabling omit_hostname for statsd but enabled for collectd,disk and mem
Oct 12, 2024
rpatidar
changed the title
Supporting disabling omit_hostname for statsd but enabled for collectd,disk and mem
Supporting enabling omit_hostname for statsd but disabled for collectd,disk and mem
Oct 12, 2024
sudo sed -i "s/INSTANCE_ID/${INSTANCE_ID}/g;s/AUTOSCALING_GROUP_NAME/${AUTOSCALING_GROUP_NAME}/g;s/INSTANCE_TYPE/${INSTANCE_TYPE}/g;" /home/ubuntu/config.json
Is your feature request related to a problem? Please describe.
As of now its looks like omit_hostname is a global config and it causes the host metrics to be removed from all other fields as well.
host
as of now doing both together does not work well for me.
Describe the solution you'd like
Support the configuration at child level ?
Describe alternatives you've considered
Moving to telegraf probably
Additional context
Here is my configuration that does not work well
The text was updated successfully, but these errors were encountered: