3.2.99 SCPCoherenceCacheHitsRateAboveThreshold
Table 3-103 SCPCoherenceCacheHitsRateAboveThreshold
| Field | Details |
|---|---|
| Description | 'SCP Coherence Cache Hits Rate above threshold (i.e. 2200 mps)' |
| Summary | 'namespace: {{$labels.kubernetes_namespace}}, podname: {{$labels.kubernetes_pod_name}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Current Traffic Rate is {{ $value | printf "%.2f" }} mps which is above 2200' |
| Severity | Critical |
| Condition | This alert is raised when SCP Coherence cache rate
exceeds the threshold (2200 MPS).
sum(rate(coherence_cache_hits{app_kubernetes_io_name="scp-cache"}[2m])) by (kubernetes_namespace) > 2200 |
| OID |
1.3.6.1.4.1.323.5.3.35.1.2.7034 |
| Metric Used | coherence_cache_hits |
| Recommended Action |
Cause: When SCP Coherence cache rate exceeds the threshold (2200 MPS). Diagnostic Information: SCP Coherence cache rate exceeds the threshold (2200 MPS). Recovery: Alert is cleared automatically when SCP Coherence cache rate goes below the threshold during the next scrape interval. For any assistance, contact My Oracle Support. |