Interface MetricConfigResponse.ScheduleOrBuilder

    • Method Detail

      • getExclusionPatternsList

        List<MetricConfigResponse.Schedule.Pattern> getExclusionPatternsList()
         Metrics with names that match a rule in the inclusion_patterns are
         targeted by this schedule. Metrics that match the exclusion_patterns
         are not targeted for this schedule, even if they match an inclusion
         pattern.
         
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern exclusion_patterns = 1;
      • getExclusionPatterns

        MetricConfigResponse.Schedule.Pattern getExclusionPatterns​(int index)
         Metrics with names that match a rule in the inclusion_patterns are
         targeted by this schedule. Metrics that match the exclusion_patterns
         are not targeted for this schedule, even if they match an inclusion
         pattern.
         
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern exclusion_patterns = 1;
      • getExclusionPatternsCount

        int getExclusionPatternsCount()
         Metrics with names that match a rule in the inclusion_patterns are
         targeted by this schedule. Metrics that match the exclusion_patterns
         are not targeted for this schedule, even if they match an inclusion
         pattern.
         
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern exclusion_patterns = 1;
      • getExclusionPatternsOrBuilderList

        List<? extends MetricConfigResponse.Schedule.PatternOrBuilder> getExclusionPatternsOrBuilderList()
         Metrics with names that match a rule in the inclusion_patterns are
         targeted by this schedule. Metrics that match the exclusion_patterns
         are not targeted for this schedule, even if they match an inclusion
         pattern.
         
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern exclusion_patterns = 1;
      • getExclusionPatternsOrBuilder

        MetricConfigResponse.Schedule.PatternOrBuilder getExclusionPatternsOrBuilder​(int index)
         Metrics with names that match a rule in the inclusion_patterns are
         targeted by this schedule. Metrics that match the exclusion_patterns
         are not targeted for this schedule, even if they match an inclusion
         pattern.
         
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern exclusion_patterns = 1;
      • getInclusionPatternsList

        List<MetricConfigResponse.Schedule.Pattern> getInclusionPatternsList()
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern inclusion_patterns = 2;
      • getInclusionPatterns

        MetricConfigResponse.Schedule.Pattern getInclusionPatterns​(int index)
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern inclusion_patterns = 2;
      • getInclusionPatternsCount

        int getInclusionPatternsCount()
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern inclusion_patterns = 2;
      • getInclusionPatternsOrBuilder

        MetricConfigResponse.Schedule.PatternOrBuilder getInclusionPatternsOrBuilder​(int index)
        repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern inclusion_patterns = 2;
      • getPeriodSec

        int getPeriodSec()
         Describes the collection period for each metric in seconds.
         A period of 0 means to not export.
         
        int32 period_sec = 3;