|
3 | 3 | <html lang="en">
|
4 | 4 | <head>
|
5 | 5 | <!-- Generated by javadoc -->
|
6 |
| -<title>Agent (newrelic-api 8.15.0 API)</title> |
| 6 | +<title>Agent (newrelic-api 8.16.0 API)</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
8 | 8 | <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
9 | 9 | <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
|
|
14 | 14 | <!--[if IE]>
|
15 | 15 | <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
16 | 16 | <![endif]-->
|
17 |
| -<script type="text/javascript" src="../../../../jquery/jquery-3.6.1.min.js"></script> |
| 17 | +<script type="text/javascript" src="../../../../jquery/jquery-3.7.1.min.js"></script> |
18 | 18 | <script type="text/javascript" src="../../../../jquery/jquery-ui.min.js"></script>
|
19 | 19 | </head>
|
20 | 20 | <body>
|
21 | 21 | <script type="text/javascript"><!--
|
22 | 22 | try {
|
23 | 23 | if (location.href.indexOf('is-external=true') == -1) {
|
24 |
| - parent.document.title="Agent (newrelic-api 8.15.0 API)"; |
| 24 | + parent.document.title="Agent (newrelic-api 8.16.0 API)"; |
25 | 25 | }
|
26 | 26 | }
|
27 | 27 | catch(err) {
|
28 | 28 | }
|
29 | 29 | //-->
|
30 |
| -var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6}; |
| 30 | +var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6}; |
31 | 31 | var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
|
32 | 32 | var altColor = "altColor";
|
33 | 33 | var rowColor = "rowColor";
|
@@ -156,60 +156,67 @@ <h3>Method Summary</h3>
|
156 | 156 | </td>
|
157 | 157 | </tr>
|
158 | 158 | <tr id="i1" class="rowColor">
|
| 159 | +<td class="colFirst"><code><a href="Cloud.html" title="interface in com.newrelic.api.agent">Cloud</a></code></td> |
| 160 | +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCloud()">getCloud</a></span>()</code></th> |
| 161 | +<td class="colLast"> |
| 162 | +<div class="block">Provides access to the Cloud API.</div> |
| 163 | +</td> |
| 164 | +</tr> |
| 165 | +<tr id="i2" class="altColor"> |
159 | 166 | <td class="colFirst"><code><a href="Config.html" title="interface in com.newrelic.api.agent">Config</a></code></td>
|
160 | 167 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getConfig()">getConfig</a></span>()</code></th>
|
161 | 168 | <td class="colLast">
|
162 | 169 | <div class="block">Returns the agent's configuration.</div>
|
163 | 170 | </td>
|
164 | 171 | </tr>
|
165 |
| -<tr id="i2" class="altColor"> |
| 172 | +<tr id="i3" class="rowColor"> |
166 | 173 | <td class="colFirst"><code><a href="ErrorApi.html" title="interface in com.newrelic.api.agent">ErrorApi</a></code></td>
|
167 | 174 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getErrorApi()">getErrorApi</a></span>()</code></th>
|
168 | 175 | <td class="colLast"> </td>
|
169 | 176 | </tr>
|
170 |
| -<tr id="i3" class="rowColor"> |
| 177 | +<tr id="i4" class="altColor"> |
171 | 178 | <td class="colFirst"><code><a href="Insights.html" title="interface in com.newrelic.api.agent">Insights</a></code></td>
|
172 | 179 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getInsights()">getInsights</a></span>()</code></th>
|
173 | 180 | <td class="colLast">
|
174 | 181 | <div class="block">Provides access to the Insights custom events API.</div>
|
175 | 182 | </td>
|
176 | 183 | </tr>
|
177 |
| -<tr id="i4" class="altColor"> |
| 184 | +<tr id="i5" class="rowColor"> |
178 | 185 | <td class="colFirst"><code>java.util.Map<java.lang.String,​java.lang.String></code></td>
|
179 | 186 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLinkingMetadata()">getLinkingMetadata</a></span>()</code></th>
|
180 | 187 | <td class="colLast">
|
181 | 188 | <div class="block">Returns an opaque map of key/value pairs that can be used to correlate this application in the New Relic backend.</div>
|
182 | 189 | </td>
|
183 | 190 | </tr>
|
184 |
| -<tr id="i5" class="rowColor"> |
| 191 | +<tr id="i6" class="altColor"> |
185 | 192 | <td class="colFirst"><code><a href="Logger.html" title="interface in com.newrelic.api.agent">Logger</a></code></td>
|
186 | 193 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLogger()">getLogger</a></span>()</code></th>
|
187 | 194 | <td class="colLast">
|
188 | 195 | <div class="block">Returns a logger that logs to the New Relic Java agent log file.</div>
|
189 | 196 | </td>
|
190 | 197 | </tr>
|
191 |
| -<tr id="i6" class="altColor"> |
| 198 | +<tr id="i7" class="rowColor"> |
192 | 199 | <td class="colFirst"><code><a href="MetricAggregator.html" title="interface in com.newrelic.api.agent">MetricAggregator</a></code></td>
|
193 | 200 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getMetricAggregator()">getMetricAggregator</a></span>()</code></th>
|
194 | 201 | <td class="colLast">
|
195 | 202 | <div class="block">Returns a metric aggregator that can be used to record metrics that can be viewed through custom dashboards.</div>
|
196 | 203 | </td>
|
197 | 204 | </tr>
|
198 |
| -<tr id="i7" class="rowColor"> |
| 205 | +<tr id="i8" class="altColor"> |
199 | 206 | <td class="colFirst"><code><a href="TracedMethod.html" title="interface in com.newrelic.api.agent">TracedMethod</a></code></td>
|
200 | 207 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTracedMethod()">getTracedMethod</a></span>()</code></th>
|
201 | 208 | <td class="colLast">
|
202 | 209 | <div class="block">Returns the current traced method.</div>
|
203 | 210 | </td>
|
204 | 211 | </tr>
|
205 |
| -<tr id="i8" class="altColor"> |
| 212 | +<tr id="i9" class="rowColor"> |
206 | 213 | <td class="colFirst"><code><a href="TraceMetadata.html" title="interface in com.newrelic.api.agent">TraceMetadata</a></code></td>
|
207 | 214 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTraceMetadata()">getTraceMetadata</a></span>()</code></th>
|
208 | 215 | <td class="colLast">
|
209 | 216 | <div class="block">Provides access to the Trace Metadata API for details about the currently executing distributed trace.</div>
|
210 | 217 | </td>
|
211 | 218 | </tr>
|
212 |
| -<tr id="i9" class="rowColor"> |
| 219 | +<tr id="i10" class="altColor"> |
213 | 220 | <td class="colFirst"><code><a href="Transaction.html" title="interface in com.newrelic.api.agent">Transaction</a></code></td>
|
214 | 221 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTransaction()">getTransaction</a></span>()</code></th>
|
215 | 222 | <td class="colLast">
|
@@ -345,6 +352,20 @@ <h4>getAiMonitoring</h4>
|
345 | 352 | </dl>
|
346 | 353 | </li>
|
347 | 354 | </ul>
|
| 355 | +<a id="getCloud()"> |
| 356 | +<!-- --> |
| 357 | +</a> |
| 358 | +<ul class="blockList"> |
| 359 | +<li class="blockList"> |
| 360 | +<h4>getCloud</h4> |
| 361 | +<pre class="methodSignature"><a href="Cloud.html" title="interface in com.newrelic.api.agent">Cloud</a> getCloud()</pre> |
| 362 | +<div class="block">Provides access to the Cloud API.</div> |
| 363 | +<dl> |
| 364 | +<dt><span class="simpleTagLabel">Since:</span></dt> |
| 365 | +<dd>8.15.0</dd> |
| 366 | +</dl> |
| 367 | +</li> |
| 368 | +</ul> |
348 | 369 | <a id="getErrorApi()">
|
349 | 370 | <!-- -->
|
350 | 371 | </a>
|
|
0 commit comments