Skip to content

Commit af28f68

Browse files
authored
Merge pull request #3553 from aleksandrychev/CFE-4570
Fixed references to measurements database views
2 parents 042a26a + 4c50d4c commit af28f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/promise-types/measurements.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cf-check dump /var/cfengine/state/cf_observations.lmdb
103103

104104
By default in the [Masterfiles Policy Framework][Masterfiles Policy Framework], `cf-serverd` uses two variables, `def.default_data_select_host_monitoring_include` and `def.default_data_select_policy_hub_monitoring_include` to [configure which measurements will be included in enterprise reporting][mpf-configure-measurement-collection].
105105

106-
On the hub side, reports are collected and measurements data is inserted into the [`MonitoringHG`][cfdb#Table: MonitoringYrMeta] [`MonitoringMgMeta`][cfdb#Table: MonitoringMgMeta] and [`MonitoringYrMeta`][cfdb#Table: MonitoringYrMeta] tables of the Enterprise Hub database.
106+
On the hub side, reports are collected and measurements data is inserted into the [`MonitoringHG`][cfdb#View: monitoringhg] [`MonitoringMgMeta`][cfdb#View: monitoringmgmeta] and [`MonitoringYrMeta`][cfdb#View: monitoringyrmeta] tables of the Enterprise Hub database.
107107

108108
A diagnostic query to run with a [Custom Report in Mission Portal][Reporting UI].
109109

0 commit comments

Comments
 (0)