类 StatsdPropertiesConfigAdapter

    • 方法详细资料

      • get

        public String get​(String s)
        指定者:
        get 在接口中 io.micrometer.core.instrument.config.MeterRegistryConfig
      • flavor

        public io.micrometer.statsd.StatsdFlavor flavor()
        指定者:
        flavor 在接口中 io.micrometer.statsd.StatsdConfig
      • enabled

        public boolean enabled()
        指定者:
        enabled 在接口中 io.micrometer.statsd.StatsdConfig
      • host

        public String host()
        指定者:
        host 在接口中 io.micrometer.statsd.StatsdConfig
      • port

        public int port()
        指定者:
        port 在接口中 io.micrometer.statsd.StatsdConfig
      • maxPacketLength

        public int maxPacketLength()
        指定者:
        maxPacketLength 在接口中 io.micrometer.statsd.StatsdConfig
      • pollingFrequency

        public Duration pollingFrequency()
        指定者:
        pollingFrequency 在接口中 io.micrometer.statsd.StatsdConfig
      • publishUnchangedMeters

        public boolean publishUnchangedMeters()
        指定者:
        publishUnchangedMeters 在接口中 io.micrometer.statsd.StatsdConfig