You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [token compatibility settings](https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-tokens?pivots=b2c-custom-policy#token-compatibility-settings).
333
333
In `TrustFrameworkBase.xml` under `JwtIssuer`, set `IssuanceClaimPattern` to `AuthorityWithTfp`:
Copy file name to clipboardExpand all lines: doc/administration/gitaly/monitoring.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,11 @@ In Prometheus, look for the following metrics:
136
136
You can observe the status of [control groups (cgroups)](configure_gitaly.md#control-groups) using Prometheus:
137
137
138
138
-`gitaly_cgroups_reclaim_attempts_total`, a gauge for the total number of times
139
-
there has been a memory reclaim attempt. This number resets each time a server is
140
-
restarted.
139
+
there has been a memory reclaim attempt. This number resets each time a server is
140
+
restarted.
141
141
-`gitaly_cgroups_cpu_usage`, a gauge that measures CPU usage per cgroup.
142
142
-`gitaly_cgroup_procs_total`, a gauge that measures the total number of
143
-
processes Gitaly has spawned under the control of cgroups.
143
+
processes Gitaly has spawned under the control of cgroups.
144
144
-`gitaly_cgroup_cpu_cfs_periods_total`, a counter that for the value of [`nr_periods`](https://docs.kernel.org/scheduler/sched-bwc.html#statistics).
145
145
-`gitaly_cgroup_cpu_cfs_throttled_periods_total`, a counter for the value of [`nr_throttled`](https://docs.kernel.org/scheduler/sched-bwc.html#statistics).
146
146
-`gitaly_cgroup_cpu_cfs_throttled_seconds_total`, a counter for the value of [`throttled_time`](https://docs.kernel.org/scheduler/sched-bwc.html#statistics) in seconds.
0 commit comments