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
Copy file name to clipboardExpand all lines: doc/manual/en/10-prometheus.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -804,6 +804,46 @@ Indicates if a retention cleanup operation is currently in progress for a server
804
804
| :-------- | :---------- | :----- |
805
805
| name | The configured name/identifier for the PostgreSQL server. | 1: Retention cleanup is currently running, 0: No retention cleanup is currently running |
806
806
807
+
**pgmoneta_progress_percentage**
808
+
809
+
The workflow progress percentage (0-100) for a server.
810
+
811
+
| Attribute | Description |
812
+
| :-------- | :---------- |
813
+
| name | The configured name/identifier for the PostgreSQL server. |
814
+
| workflow | The current workflow type (e.g. Backup, Restore, Archive). |
815
+
| phase | The current workflow phase name. |
816
+
817
+
**pgmoneta_progress_elapsed_time**
818
+
819
+
The elapsed seconds since the current workflow started.
820
+
821
+
| Attribute | Description |
822
+
| :-------- | :---------- |
823
+
| name | The configured name/identifier for the PostgreSQL server. |
824
+
| workflow | The current workflow type (e.g. Backup, Restore, Archive). |
825
+
| phase | The current workflow phase name. |
826
+
827
+
**pgmoneta_progress_total**
828
+
829
+
The total units of work in the current workflow phase.
830
+
831
+
| Attribute | Description |
832
+
| :-------- | :---------- |
833
+
| name | The configured name/identifier for the PostgreSQL server. |
834
+
| workflow | The current workflow type (e.g. Backup, Restore, Archive). |
835
+
| phase | The current workflow phase name. |
836
+
837
+
**pgmoneta_progress_done**
838
+
839
+
The units of work completed in the current workflow phase.
840
+
841
+
| Attribute | Description |
842
+
| :-------- | :---------- |
843
+
| name | The configured name/identifier for the PostgreSQL server. |
844
+
| workflow | The current workflow type (e.g. Backup, Restore, Archive). |
845
+
| phase | The current workflow phase name. |
846
+
807
847
**pgmoneta_current_wal_file**
808
848
809
849
Shows the current WAL filename being streamed or processed for a server.
Copy file name to clipboardExpand all lines: doc/manual/es/10-prometheus.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -780,6 +780,46 @@ Indica si una operación de limpieza de retención está actualmente en progreso
780
780
| :-------- | :---------- | :----- |
781
781
| name | El nombre/identificador configurado para el servidor PostgreSQL. | 1: Limpieza de retención está en ejecución, 0: Ninguna limpieza de retención está en ejecución |
782
782
783
+
**pgmoneta_progress_percentage**
784
+
785
+
El porcentaje de progreso del flujo de trabajo (0-100) para un servidor.
786
+
787
+
| Atributo | Descripción |
788
+
| :-------- | :---------- |
789
+
| name | El nombre/identificador configurado para el servidor PostgreSQL. |
790
+
| workflow | El tipo de flujo de trabajo actual (p. ej. Backup, Restore, Archive). |
791
+
| phase | El nombre de la fase del flujo de trabajo actual. |
792
+
793
+
**pgmoneta_progress_elapsed_time**
794
+
795
+
Los segundos transcurridos desde el inicio del flujo de trabajo actual.
796
+
797
+
| Atributo | Descripción |
798
+
| :-------- | :---------- |
799
+
| name | El nombre/identificador configurado para el servidor PostgreSQL. |
800
+
| workflow | El tipo de flujo de trabajo actual (p. ej. Backup, Restore, Archive). |
801
+
| phase | El nombre de la fase del flujo de trabajo actual. |
802
+
803
+
**pgmoneta_progress_total**
804
+
805
+
Las unidades de trabajo totales en la fase actual del flujo de trabajo.
806
+
807
+
| Atributo | Descripción |
808
+
| :-------- | :---------- |
809
+
| name | El nombre/identificador configurado para el servidor PostgreSQL. |
810
+
| workflow | El tipo de flujo de trabajo actual (p. ej. Backup, Restore, Archive). |
811
+
| phase | El nombre de la fase del flujo de trabajo actual. |
812
+
813
+
**pgmoneta_progress_done**
814
+
815
+
Las unidades de trabajo completadas en la fase actual del flujo de trabajo.
816
+
817
+
| Atributo | Descripción |
818
+
| :-------- | :---------- |
819
+
| name | El nombre/identificador configurado para el servidor PostgreSQL. |
820
+
| workflow | El tipo de flujo de trabajo actual (p. ej. Backup, Restore, Archive). |
821
+
| phase | El nombre de la fase del flujo de trabajo actual. |
822
+
783
823
**pgmoneta_current_wal_file**
784
824
785
825
Muestra el nombre de archivo WAL actual siendo transmitido o procesado para un servidor.
0 commit comments