Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for METRIC_ROTATION_INTERVAL (0.21 sec)

  1. pilot/pkg/features/telemetry.go

    	MetricRotationInterval = env.Register("METRIC_ROTATION_INTERVAL", 0*time.Second,
    		"Metric scope rotation interval, set to 0 to disable the metric scope rotation").Get()
    	MetricGracefulDeletionInterval = env.Register("METRIC_GRACEFUL_DELETION_INTERVAL", 5*time.Minute,
    		"Metric expiry graceful deletion interval. No-op if METRIC_ROTATION_INTERVAL is disabled.").Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:36:01 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. releasenotes/notes/44605.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    releaseNotes:
      - |
        **Added** metric expiry support, when env flags `METRIC_ROTATION_INTERVAL` and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 03:25:54 UTC 2023
    - 215 bytes
    - Viewed (0)
Back to top