Skip to content

Commit 5e80a78

Browse files
committed
In available-metrics-in-metrics-list.csv, add 4 metric names.
In essential-metrics.md, added link to metrics endpoint.
1 parent 85fac5e commit 5e80a78

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/current/_data/v25.4/metrics/available-metrics-in-metrics-list.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,3 +491,7 @@ sql.routine.select.count
491491
sql.routine.select.started.count
492492
sql.routine.update.count
493493
sql.routine.update.started.count
494+
sql.select.started.count
495+
sql.insert.started.count
496+
sql.update.started.count
497+
sql.delete.started.count

src/current/_includes/v25.4/essential-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The **Usage** column explains why each metric is important to visualize and how
145145
<tr>
146146
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
147147
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
148-
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
148+
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}[<code>metrics</code> endpoint]({% link {{ page.version.version }}/prometheus-endpoint.md %}#metrics):<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
149149
</td>
150150
<td>
151151
{% if match1 %}{% comment %}Match1:{% endcomment %}<code>{{ match1.datadog_id }}</code>
@@ -198,7 +198,7 @@ The **Usage** column explains why each metric is important to visualize and how
198198
<tr>
199199
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
200200
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
201-
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
201+
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}[<code>metrics</code> endpoint]({% link {{ page.version.version }}/prometheus-endpoint.md %}#metrics):<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
202202
</td>
203203
<td><code>{{ metric.name }}</code>
204204
</td>
@@ -233,7 +233,7 @@ The **Usage** column explains why each metric is important to visualize and how
233233
<tr>
234234
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
235235
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
236-
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
236+
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}[<code>metrics</code> endpoint]({% link {{ page.version.version }}/prometheus-endpoint.md %}#metrics):<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
237237
</td>
238238
<td><code>{{ metric.name }}</code>
239239
</td>
@@ -275,7 +275,7 @@ The **Usage** column explains why each metric is important to visualize and how
275275
<tr>
276276
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.metric_id }}</code></div>
277277
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint {% endcomment %}
278-
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
278+
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}[<code>metrics</code> endpoint]({% link {{ page.version.version }}/prometheus-endpoint.md %}#metrics):<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
279279
</td>
280280
<td><code>{{ metric.metric_id }}</code>
281281
</td>

0 commit comments

Comments
 (0)