Skip to content

Commit 05b6035

Browse files
authored
Merge pull request #5159 from platformsh/revert-5088-4739-mention-pressure-metrics
Revert "feat: added pressure metrics section"
2 parents e55d8ca + 7dfe7df commit 05b6035

File tree

2 files changed

+0
-56
lines changed
  • sites
    • platform/src/increase-observability/metrics
    • upsun/src/increase-observability/metrics

2 files changed

+0
-56
lines changed

sites/platform/src/increase-observability/metrics/_index.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -90,34 +90,6 @@ and whether a given measurement is normal, something that occurs occasionally, o
9090

9191
To see data over a given time frame, use the date picker to select the range to display.
9292

93-
## Pressure metrics
94-
95-
CPU pressure is available in your metrics dashboard alongside existing resource metrics such as CPU, memory, and disk usage. This metric helps you spot hidden performance bottlenecks, especially in shared environments where multiple containers compete for resources.
96-
97-
### What is Pressure?
98-
99-
Pressure indicates the percentage of time your app’s tasks were delayed due to resource contention. This means they needed CPU, memory, or disk access but had to wait because those resources were fully occupied. For example, 6.8% pressure means that tasks were blocked from making progress for 6.8% of that period of time.
100-
101-
### How to understand Pressure
102-
103-
**High pressure** indicates performance bottlenecks, which means that your app's tasks are frequently waiting for access to resources, even if overall usage appears normal.
104-
105-
**Low pressure with high resource usage** typically means your app is making efficient use of its allocated resources. It's fully utilizing them without significant delays.
106-
107-
#### Understanding the values
108-
109-
- **0% pressure:** No contention - tasks had immediate access to resources.
110-
- **0–100% pressure:** During each second of measurement, the application experienced contention for that percentage of time.
111-
- **>100% pressure:** The app is consistently demanding more resources than are available.
112-
113-
For example, 200% CPU pressure with one CPU already at 100% utilization suggests the app would need roughly three CPUs in total to eliminate contention.
114-
115-
{{< note theme="info" title="Pressure below 100%">}}
116-
117-
Pressure below 100%, especially when it fluctuates, does not cause noticeable performance issues.
118-
119-
{{< /note >}}
120-
12193
## Deployments
12294

12395
Sometimes deployment activities (pushes, merges, syncs) can influence the underlying infrastructure.

sites/upsun/src/increase-observability/metrics/_index.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,6 @@ You can access historical data for up to 30 days. These data should help you und
5757

5858
To see data over a given time frame, use the date picker to select the range to display.
5959

60-
## Pressure metrics
61-
62-
CPU pressure is available in your metrics dashboard alongside existing resource metrics such as CPU, memory, and disk usage. This metric helps you spot hidden performance bottlenecks, especially in shared environments where multiple containers compete for resources.
63-
64-
### What is Pressure?
65-
66-
Pressure indicates the percentage of time your app’s tasks were delayed due to resource contention. This means they needed CPU, memory, or disk access but had to wait because those resources were fully occupied. For example, 6.8% pressure means that tasks were blocked from making progress for 6.8% of that period of time.
67-
68-
### How to understand Pressure
69-
70-
**High pressure** indicates performance bottlenecks, which means that your app's tasks are frequently waiting for access to resources, even if overall usage appears normal.
71-
72-
**Low pressure with high resource usage** typically means your app is making efficient use of its allocated resources. It's fully utilizing them without significant delays.
73-
74-
#### Understanding the values
75-
76-
- **0% pressure:** No contention - tasks had immediate access to resources.
77-
- **0–100% pressure:** During each second of measurement, the application experienced contention for that percentage of time.
78-
- **>100% pressure:** The app is consistently demanding more resources than are available.
79-
80-
For example, 200% CPU pressure with one CPU already at 100% utilization suggests the app would need roughly three CPUs in total to eliminate contention.
81-
82-
{{< note theme="info" title="Pressure below 100%">}}
83-
84-
Pressure below 100%, especially when it fluctuates, does not cause noticeable performance issues.
85-
86-
{{< /note >}}
87-
8860
## Deployments
8961

9062
Sometimes deployment activities (pushes, merges, syncs) can influence the underlying infrastructure.

0 commit comments

Comments
 (0)