Skip to content

Commit

Permalink
deploy: d89abb2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaller committed Jul 11, 2024
1 parent 9b6e643 commit a7cf6fb
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
72 changes: 72 additions & 0 deletions analysis/newrelic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,17 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
NewRelic
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="./" class="md-nav__link md-nav__link--active">


Expand All @@ -1344,6 +1355,34 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">






<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#additional-metadata" class="md-nav__link">
<span class="md-ellipsis">
Additional Metadata
</span>
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -3239,6 +3278,23 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#additional-metadata" class="md-nav__link">
<span class="md-ellipsis">
Additional Metadata
</span>
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand Down Expand Up @@ -3302,6 +3358,22 @@ <h1 id="newrelic-metrics">NewRelic Metrics<a class="headerlink" href="#newrelic-
<span class="w"> </span><span class="nt">base-url-rest</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">&lt;your-base-url&gt;</span>
<span class="w"> </span><span class="nt">base-url-nerdgraph</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">&lt;your-base-url&gt;</span>
</code></pre></div>
<h2 id="additional-metadata">Additional Metadata<a class="headerlink" href="#additional-metadata" title="Permanent link">&para;</a></h2>
<p>The New Relic provider returns the below metadata under the <code>Metadata</code> map in the <code>MetricsResult</code> object of <code>AnalysisRun</code>.</p>
<table>
<thead>
<tr>
<th>KEY</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>ResolvedNewRelicQuery</td>
<td>Resolved query after substituting the template's arguments</td>
</tr>
</tbody>
</table>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit a7cf6fb

Please sign in to comment.