Skip to content

Commit

Permalink
CRW-927 Adding 'ibuziuk' as a contact person for CRW specific metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
Co-authored-by: Vitalii Parfonov <vparfono@redhat.com>
  • Loading branch information
ibuziuk and vparfonov committed Sep 21, 2020
1 parent 9a03a28 commit 4996eee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Documentation/data-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,16 @@ data:
# (workloads-team, @openshift/openshift-group-b) cluster_master_schedulable reports whether mastersSchedulable=true in
# the scheduler operator. This value is a boolean 0|1
- '{__name__="cluster_master_schedulable"}'
# (codeready workspaces) The number of workspaces with a given status STARTING|STOPPED|RUNNING|STOPPING. Type 'gauge'.
# (codeready workspaces, @ibuziuk) The number of workspaces with a given status STARTING|STOPPED|RUNNING|STOPPING. Type 'gauge'.
- '{__name__="che_workspace_status"}'
# (codeready workspaces) The number of started workspaces. Type 'counter'.
# (codeready workspaces, @ibuziuk) The number of started workspaces. Type 'counter'.
- '{__name__="che_workspace_started_total"}'
# (codeready workspaces) The number of failed workspaces.
# (codeready workspaces, @ibuziuk) The number of failed workspaces.
# Can be used with the 'while' label e.g. {while="STARTING"}, {while="RUNNING"}, {while="STOPPING"}.Type 'counter'.
- '{__name__="che_workspace_failure_total"}'
# (codeready workspaces) The time in seconds required for the startup of all the workspaces.
# (codeready workspaces, @ibuziuk) The time in seconds required for the startup of all the workspaces.
- '{__name__="che_workspace_start_time_seconds_sum"}'
# (codeready workspaces) The overall number of attempts for starting all the workspaces.
# (codeready workspaces, @ibuziuk) The overall number of attempts for starting all the workspaces.
- '{__name__="che_workspace_start_time_seconds_count"}'
kind: ConfigMap
metadata:
Expand Down
10 changes: 5 additions & 5 deletions manifests/0000_50_cluster-monitoring-operator_04-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,16 @@ data:
# (workloads-team, @openshift/openshift-group-b) cluster_master_schedulable reports whether mastersSchedulable=true in
# the scheduler operator. This value is a boolean 0|1
- '{__name__="cluster_master_schedulable"}'
# (codeready workspaces) The number of workspaces with a given status STARTING|STOPPED|RUNNING|STOPPING. Type 'gauge'.
# (codeready workspaces, @ibuziuk) The number of workspaces with a given status STARTING|STOPPED|RUNNING|STOPPING. Type 'gauge'.
- '{__name__="che_workspace_status"}'
# (codeready workspaces) The number of started workspaces. Type 'counter'.
# (codeready workspaces, @ibuziuk) The number of started workspaces. Type 'counter'.
- '{__name__="che_workspace_started_total"}'
# (codeready workspaces) The number of failed workspaces.
# (codeready workspaces, @ibuziuk) The number of failed workspaces.
# Can be used with the 'while' label e.g. {while="STARTING"}, {while="RUNNING"}, {while="STOPPING"}.Type 'counter'.
- '{__name__="che_workspace_failure_total"}'
# (codeready workspaces) The time in seconds required for the startup of all the workspaces.
# (codeready workspaces, @ibuziuk) The time in seconds required for the startup of all the workspaces.
- '{__name__="che_workspace_start_time_seconds_sum"}'
# (codeready workspaces) The overall number of attempts for starting all the workspaces.
# (codeready workspaces, @ibuziuk) The overall number of attempts for starting all the workspaces.
- '{__name__="che_workspace_start_time_seconds_count"}'
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 4996eee

Please sign in to comment.