Skip to content

Commit 4be2706

Browse files
Update usage metrics for Satellite (#4272)
* Add new collected usage metrics * Move usage metrics ref to appendix
1 parent 8ebf258 commit 4be2706

File tree

4 files changed

+61
-2
lines changed

4 files changed

+61
-2
lines changed

guides/common/assembly_usage-metrics-collection-in-project.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ include::modules/con_overview-of-usage-metrics-collection-in-project.adoc[levelo
77
include::modules/proc_reviewing-usage-metrics-collected-from-your-project.adoc[leveloffset=+1]
88

99
include::modules/proc_disabling-the-collection-of-usage-metrics.adoc[leveloffset=+1]
10-
11-
include::modules/ref_usage-metrics-collected-by-project.adoc[leveloffset=+1]

guides/common/modules/con_overview-of-usage-metrics-collection-in-project.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ This timer collects the same set of metrics as `satellite-usage-metrics-generate
1717
The timer runs weekly.
1818

1919
When you use the `sos report` command to generate a report for Red{nbsp}Hat Technical Support, the report will include the `satellite_metrics.yml` and `/etc/rhsm/facts/foreman.facts` files, along with the other configuration, diagnostics, and troubleshooting data that `sos` collects.
20+
21+
.Additional resources
22+
* xref:common/modules/ref_usage-metrics-collected-by-project.adoc#usage-metrics-collected-by-{project-context}[]

guides/common/modules/ref_usage-metrics-collected-by-project.adoc

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,26 @@ The `satellite-maintain report generate` command performs the following operatio
1010
* `Check if recurring logics are used`
1111
* `Check if virt-who is being used and what hypervisor types are present`
1212
* `Check if vmware compute resource is used`
13+
* `Checks if lab features are enabled`
14+
* `Checks if the instance is in a disconnected environment`
1315
* `Checks the RBAC use`
1416
* `Checks the use of External auth source`
1517
* `Checks the use of Kerberos`
1618
* `Checks the use of Keycloak/OIDC`
1719
* `Checks the use of LDAP auth sources`
20+
* `Facts about ACSs`
21+
* `Facts about Katello content`
1822
* `Facts about hosts and the rest of the inventory`
1923
* `Provisioning facts about the system`
24+
* `Report about Personal Access Token usage`
25+
* `Report about SELinux enforcement status`
26+
* `Report about bookmark usage`
2027
* `Report about platform usages`
28+
* `Report about webhook usage`
29+
* `Report information about networking`
2130
* `Report information about the instance itself`
31+
* `Report metrics related to use of image mode`
32+
* `Report number of remediations based on advisor rules from IoP`
2233

2334
These operations collect the following set of data.
2435
Items that include a vertical bar (`|`) are dynamic values generated based on the contents of the database in your environment:
@@ -28,18 +39,28 @@ Items that include a vertical bar (`|`) are dynamic values generated based on th
2839
* `audits|min_created_at`
2940
* `audits|records_count`
3041
* `bookmarks_by_public_by_type|public|User`
42+
* `bookmarks_custom_count`
43+
* `bookmarks_custom_private_count`
44+
* `bookmarks_custom_public_count`
3145
* `compliance_arf_report_last_year_count`
3246
* `compliance_non_default_scap_contents_count`
3347
* `compliance_policy_count`
3448
* `compliance_policy_with_tailoring_file_count`
3549
* `compliance_scap_contents_count`
3650
* `compute_resource_vmware_count`
51+
* `custom_alternate_content_sources_count`
52+
* `custom_library_yum_repositories_count`
3753
* `custom_roles_count`
54+
* `disconnected_environment`
3855
* `discovery_rules_count`
3956
* `external_user_group_mapping_count`
4057
* `facts_by_type|Puppet|max_update_time`
4158
* `facts_by_type|Puppet|min_update_time`
4259
* `facts_by_type|Puppet|values_count`
60+
* `file_alternate_content_sources_count`
61+
* `foreman_interfaces_dualstack_count`
62+
* `foreman_interfaces_ipv4only_count`
63+
* `foreman_interfaces_ipv6only_count`
4364
* `foreman_virt_who_configure_ahv_count`
4465
* `foreman_virt_who_configure_configurations_count`
4566
* `foreman_virt_who_configure_esx_count`
@@ -53,10 +74,16 @@ Items that include a vertical bar (`|`) are dynamic values generated based on th
5374
* `hostgroup_nesting`
5475
* `hosts_by_compute_profile|none`
5576
* `hosts_by_compute_resources_type|baremetal`
77+
* `hosts_by_family_count|RedHat`
5678
* `hosts_by_managed_count|unmanaged`
5779
* `hosts_by_os_count|RedHat`
5880
* `hosts_by_type_count|Managed`
81+
* `hosts_with_dualstack_interface_count`
82+
* `hosts_with_ipv4only_interface_count`
83+
* `hosts_with_ipv6only_interface_count`
5984
* `instance_uuid`
85+
* `iop_remediations_count`
86+
* `iop_remediations_enabled`
6087
* `kerberos_api_use`
6188
* `kerberos_use`
6289
* `last_login_on_through_external_auth_source_in_days`
@@ -78,6 +105,12 @@ Items that include a vertical bar (`|`) are dynamic values generated based on th
78105
* `ldap_auth_source_posix_with_net_groups_count`
79106
* `ldap_auth_source_posix_with_posix_groups_count`
80107
* `ldap_auth_source_posix_with_user_group_sync_disabled_count`
108+
* `library_ansible_collection_repositories_count`
109+
* `library_container_repositories_count`
110+
* `library_debian_repositories_count`
111+
* `library_file_repositories_count`
112+
* `library_ostree_repositories_count`
113+
* `library_python_repositories_count`
81114
* `location_ignore_types_used`
82115
* `locations_count`
83116
* `managed_hosts_created_in_last_3_months`
@@ -88,18 +121,38 @@ Items that include a vertical bar (`|`) are dynamic values generated based on th
88121
* `organization_ignore_types_used`
89122
* `organizations_count`
90123
* `parameters_count|CommonParameter`
124+
* `pat_counts`
125+
* `pat_recently_used_count`
91126
* `recurring_logics_indefinite_rex_ansible_count`
92127
* `recurring_logics_indefinite_rex_count`
128+
* `redhat_library_yum_repositories_count`
129+
* `remote_execution_transient_package_actions_count`
130+
* `revoked_pats_count`
131+
* `rhel_ai_workload_host_count`
132+
* `rhui_alternate_content_sources_count`
133+
* `selinux_enforced`
134+
* `setting_discovery_prefer_ipv6`
135+
* `setting_remote_execution_connect_by_ip_prefer_ipv6`
136+
* `shell_hooks_count`
137+
* `simplified_alternate_content_sources_count`
93138
* `smart_proxies_count`
94139
* `smart_proxies_creation_date`
140+
* `subnet_ipv4_count`
141+
* `subnet_ipv6_count`
95142
* `taxonomies_counts|Location`
96143
* `taxonomies_counts|Organization`
97144
* `total_users_count`
98145
* `use_selectable_columns`
146+
* `user_group_roles_max_count`
147+
* `user_group_roles_min_count`
99148
* `user_groups_count`
100149
* `user_mail_notifications_count`
150+
* `usergroup_max_nesting_level`
101151
* `users_authenticated_through_ldap_auth_source_active_directory`
102152
* `users_authenticated_through_ldap_auth_source_free_ipa`
103153
* `users_authenticated_through_ldap_auth_source_posix`
104154
* `users_count`
105155
* `version`
156+
* `webhooks_enabled_count`
157+
* `webhooks_subscribed_events`
158+
* `yum_alternate_content_sources_count`

guides/doc-Administering_Project/master.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ endif::[]
7272
[appendix]
7373
include::common/assembly_administer-settings-information.adoc[leveloffset=+1]
7474

75+
ifdef::satellite[]
76+
[appendix]
77+
include::common/modules/ref_usage-metrics-collected-by-project.adoc[leveloffset=+1]
78+
endif::[]
79+
7580
ifndef::orcharhino,satellite[]
7681
include::common/ribbons.adoc[]
7782
endif::[]

0 commit comments

Comments
 (0)