@@ -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