Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -491,3 +491,7 @@ sql.routine.select.count
sql.routine.select.started.count
sql.routine.update.count
sql.routine.update.started.count
sql.select.started.count
sql.insert.started.count
sql.update.started.count
sql.delete.started.count
8 changes: 4 additions & 4 deletions src/current/_includes/v25.4/essential-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The **Usage** column explains why each metric is important to visualize and how
<tr>
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
<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 %}
</td>
<td>
{% if match1 %}{% comment %}Match1:{% endcomment %}<code>{{ match1.datadog_id }}</code>
Expand Down Expand Up @@ -198,7 +198,7 @@ The **Usage** column explains why each metric is important to visualize and how
<tr>
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
<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 %}
</td>
<td><code>{{ metric.name }}</code>
</td>
Expand Down Expand Up @@ -233,7 +233,7 @@ The **Usage** column explains why each metric is important to visualize and how
<tr>
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.name }}</code></div>
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint. {% endcomment %}
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
<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 %}
</td>
<td><code>{{ metric.name }}</code>
</td>
Expand Down Expand Up @@ -275,7 +275,7 @@ The **Usage** column explains why each metric is important to visualize and how
<tr>
<td><div id="{{ metric_link }}" class="anchored"><code>{{ metric.metric_id }}</code></div>
{% comment %} For self-hosted, add labeled_name if exists. advanced does not yet support metrics endpoint {% endcomment %}
<br>{% if include.deployment == 'self-hosted' %}{% if metric.labeled_name %}<code>metrics</code> endpoint:<br><code>{{ metric.labeled_name }}</code>{% endif %}{% endif %}
<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 %}
</td>
<td><code>{{ metric.metric_id }}</code>
</td>
Expand Down
Loading