Skip to content

Commit

Permalink
chore: Update Attribute Dictionary JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Nov 8, 2024
1 parent b1335f0 commit 3c859f8
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -11620,8 +11620,7 @@
"definition": "<p>The incident&#39;s priority: <code>low</code>, <code>medium</code>, <code>high</code>, or <code>critical</code>. Default: <code>high</code>.</p>\n",
"events": [
"NrAiIncident",
"NrAiIncidentExternal",
"NrAiIssue"
"NrAiIncidentExternal"
],
"name": "priority",
"units": null
Expand Down Expand Up @@ -11783,8 +11782,7 @@
"definition": "<p>The incident&#39;s priority: <code>low</code>, <code>medium</code>, <code>high</code>, or <code>critical</code>. Default: <code>high</code>.</p>\n",
"events": [
"NrAiIncident",
"NrAiIncidentExternal",
"NrAiIssue"
"NrAiIncidentExternal"
],
"name": "priority",
"units": null
Expand Down Expand Up @@ -12045,10 +12043,8 @@
}
},
{
"definition": "<p>The incident&#39;s priority: <code>low</code>, <code>medium</code>, <code>high</code>, or <code>critical</code>. Default: <code>high</code>.</p>\n",
"definition": "<p>The issue&#39;s priority: <code>LOW</code>, <code>MEDIUM</code>, <code>HIGH</code>, or <code>CRITICAL</code>. Default: <code>HIGH</code>.</p>\n",
"events": [
"NrAiIncident",
"NrAiIncidentExternal",
"NrAiIssue"
],
"name": "priority",
Expand Down Expand Up @@ -15165,16 +15161,6 @@
"name": "loadState",
"units": null
},
{
"definition": "<p>Generated for every <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Long_task\">long task</a> entry that the <code>PerformanceLongTaskTiming</code> API observes throughout the life of the page.</p>\n<p>For more information, see the <a href=\"/docs/browser/new-relic-browser/page-load-timing-resources/pageviewtiming-async-or-dynamic-page-details/#interactivity-metrics\"><code>PageViewTiming</code> documentation</a>.</p>\n",
"events": [
"PageViewTiming"
],
"name": "longTask",
"units": {
"label": "milliseconds (ms)"
}
},
{
"definition": "<p>This is the estimated effective bandwidth in megabits per second at the time the PageViewTiming event was captured. This value will only be reported with the <code>largestContentfulPaint</code> and <code>firstInteraction</code> events on compatible browsers.</p>\n<p>The value is captured from the NetworkInformation API. For a full browser compatibility table and description see the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation/downlink\">MDN web docs</a>.</p>\n",
"events": [
Expand Down

0 comments on commit 3c859f8

Please sign in to comment.