Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for minio_notify_target_total_events (0.26 sec)

  1. docs/metrics/prometheus/list.md

    | `minio_notify_events_sent_total`               | Total number of events sent to the targets (deprecated, please use 'minio_notify_target_total_events' instead)                              |
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 43.4K bytes
    - Viewed (2)
  2. cmd/metrics-v2.go

    					Namespace: minioNamespace,
    					Subsystem: notifySubsystem,
    					Name:      "events_sent_total",
    					Help:      "Total number of events sent to the targets (deprecated, please use 'minio_notify_target_total_events' instead)",
    					Type:      counterMetric,
    				},
    				Value: float64(nstats.TotalEvents),
    			})
    			for id, st := range nstats.TargetStats {
    				metrics = append(metrics, MetricV2{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
Back to top