Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attribute Dictionary JSON - #19205

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
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
Loading