Interface PackageDefinition

  • All Known Implementing Classes:
    PackageConfig

    public interface PackageDefinition
    Telemetry protocol package configuration.
    • Method Detail

      • getFilterRule

        String getFilterRule()
        The filter rule is used to match which sources should belong to this package. If the rule is null, then all sources should match.
        Returns:
        the filter rule
      • getRrd

        RrdDefinition getRrd()
        The RRD settings are use to control the control of RRD files, when applicable.
        Returns:
        the rrd settings
      • getParameterMap

        Map<String,​String> getParameterMap()
        Package specific parameters.
        Returns:
        the parameter map