зеркало из https://github.com/mozilla/data-docs.git
Deploy docs
This commit is contained in:
Родитель
ddf14ff9ba
Коммит
bac9272c0b
|
@ -309,14 +309,17 @@ friendly_name = "Memory Pressure Count"
|
||||||
# A description that will be displayed by dashboards.
|
# A description that will be displayed by dashboards.
|
||||||
description = "Number of memory pressure events"
|
description = "Number of memory pressure events"
|
||||||
|
|
||||||
# This can be any string value. It's currently not being used but in the future, this could be used to visually group different metrics by category.
|
# An optional category that can be any string value. It's currently not being used but in the future, this could be used to visually group different metrics by category.
|
||||||
category = "performance"
|
category = "performance"
|
||||||
|
|
||||||
# And optional owner or team owning this metric
|
# An optional owner or team owning this metric. Can be a string or list of strings.
|
||||||
owner = "example@mozilla.org"
|
owner = "example@mozilla.org"
|
||||||
|
|
||||||
# Whether the metric is deprecated and should no longer be used
|
# Whether the metric is deprecated and should no longer be used (optional).
|
||||||
deprecated = false
|
deprecated = false
|
||||||
|
|
||||||
|
# An optionl string ('gold', 'silver', or 'bronze') that is the metric's current level according to the Metric Levels Taxonomy (https://mozilla-hub.atlassian.net/wiki/spaces/DATA/pages/610894135/Metrics#Metric-Levels-Taxonomy).
|
||||||
|
level = "gold"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Since metrics aggregate data, the metric SQL definition must contain some aggregation method (like <code>SUM</code>, <code>COUNT</code>, ...) to be valid.</p>
|
<p>Since metrics aggregate data, the metric SQL definition must contain some aggregation method (like <code>SUM</code>, <code>COUNT</code>, ...) to be valid.</p>
|
||||||
<p>Existing metrics cannot be removed after they have been added to Metric Hub. Other tools or configurations might still reference the
|
<p>Existing metrics cannot be removed after they have been added to Metric Hub. Other tools or configurations might still reference the
|
||||||
|
|
|
@ -7519,14 +7519,17 @@ friendly_name = "Memory Pressure Count"
|
||||||
# A description that will be displayed by dashboards.
|
# A description that will be displayed by dashboards.
|
||||||
description = "Number of memory pressure events"
|
description = "Number of memory pressure events"
|
||||||
|
|
||||||
# This can be any string value. It's currently not being used but in the future, this could be used to visually group different metrics by category.
|
# An optional category that can be any string value. It's currently not being used but in the future, this could be used to visually group different metrics by category.
|
||||||
category = "performance"
|
category = "performance"
|
||||||
|
|
||||||
# And optional owner or team owning this metric
|
# An optional owner or team owning this metric. Can be a string or list of strings.
|
||||||
owner = "example@mozilla.org"
|
owner = "example@mozilla.org"
|
||||||
|
|
||||||
# Whether the metric is deprecated and should no longer be used
|
# Whether the metric is deprecated and should no longer be used (optional).
|
||||||
deprecated = false
|
deprecated = false
|
||||||
|
|
||||||
|
# An optionl string ('gold', 'silver', or 'bronze') that is the metric's current level according to the Metric Levels Taxonomy (https://mozilla-hub.atlassian.net/wiki/spaces/DATA/pages/610894135/Metrics#Metric-Levels-Taxonomy).
|
||||||
|
level = "gold"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Since metrics aggregate data, the metric SQL definition must contain some aggregation method (like <code>SUM</code>, <code>COUNT</code>, ...) to be valid.</p>
|
<p>Since metrics aggregate data, the metric SQL definition must contain some aggregation method (like <code>SUM</code>, <code>COUNT</code>, ...) to be valid.</p>
|
||||||
<p>Existing metrics cannot be removed after they have been added to Metric Hub. Other tools or configurations might still reference the
|
<p>Existing metrics cannot be removed after they have been added to Metric Hub. Other tools or configurations might still reference the
|
||||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче