Class MetricRegistryConfiguration

    • Constructor Detail

      • MetricRegistryConfiguration

        public MetricRegistryConfiguration​(ScopeFormats scopeFormats,
                                           char delimiter,
                                           long queryServiceMessageSizeLimit)
    • Method Detail

      • getDelimiter

        public char getDelimiter()
      • getQueryServiceMessageSizeLimit

        public long getQueryServiceMessageSizeLimit()
      • fromConfiguration

        public static MetricRegistryConfiguration fromConfiguration​(Configuration configuration,
                                                                    long maximumFrameSize)
        Create a metric registry configuration object from the given Configuration.
        Parameters:
        configuration - to generate the metric registry configuration from
        maximumFrameSize - the maximum message size that the RPC system supports
        Returns:
        Metric registry configuration generated from the configuration