config.yaml 489 B

1234567891011
  1. wavefront:
  2. wavefront/allsettings:
  3. # endpoint specifies the network interface and port which will receive
  4. # Wavefront data.
  5. endpoint: localhost:8080
  6. # tcp_idle_timeout is max duration that a tcp connection will idle wait for
  7. # new data. The default value is 30 seconds.
  8. tcp_idle_timeout: 5s
  9. # extract_collectd_tags instructs the Wavefront receiver to attempt to extract
  10. # tags in the CollectD format from the metric name. The default is false.
  11. extract_collectd_tags: true