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 - #19361

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
8 changes: 4 additions & 4 deletions src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -11404,7 +11404,7 @@
"name": "Infrastructure"
}
],
"definition": "<p>NetworkSample event captures the descriptive and state information for each network device associated with a server. It includes the device&#39;s interface and address information, as well as current usage data. New Relic samples this data every 10 seconds for each attached network interface and packages it into a NetworkSample event, then sends the raw data to New Relic&#39;s collectors every 60 seconds.</p>\n",
"definition": "<p>NetworkSample event captures the descriptive and state information for each network device associated with a server. It includes the device&#39;s interface and address information, as well as current usage data. New Relic samples this data every 10 seconds for each attached network interface and packages it into a NetworkSample event, then sends the raw data to New Relic&#39;s collectors.</p>\n",
"name": "NetworkSample"
},
{
Expand Down Expand Up @@ -15848,7 +15848,7 @@
"name": "Infrastructure"
}
],
"definition": "<p>ProcessSample event gathers detailed resource usage information from programs running on a single system. New Relic samples the data every 20 seconds for every active process and packages it into a ProcessSample event, which then sends the raw data to New Relic&#39;s collectors every 60 seconds.</p>\n",
"definition": "<p>ProcessSample event gathers detailed resource usage information from programs running on a single system. New Relic samples the data every 20 seconds for every active process and packages it into a ProcessSample event, which then sends the raw data to New Relic&#39;s collectors.</p>\n",
"name": "ProcessSample"
},
{
Expand Down Expand Up @@ -17103,7 +17103,7 @@
"name": "Infrastructure"
}
],
"definition": "<p>StorageSample event represents a single storage device associated with a server. Each sample gathers descriptive information about the device, the type of file system it uses, and its current usage and capacity. New Relic samples this data every 20 seconds for each mounted file system and packages it into a StorageSample event, then sends the raw data to New Relic&#39;s collectors every 60 seconds.</p>\n",
"definition": "<p>StorageSample event represents a single storage device associated with a server. Each sample gathers descriptive information about the device, the type of file system it uses, and its current usage and capacity. New Relic samples this data every 20 seconds for each mounted file system and packages it into a StorageSample event, then sends the raw data to New Relic&#39;s collectors.</p>\n",
"name": "StorageSample"
},
{
Expand Down Expand Up @@ -19317,7 +19317,7 @@
"name": "Infrastructure"
}
],
"definition": "<p>The SystemSample event aggregates data describing the current overall state of the entire server. This data appears in the New Relic Infrastructure Hosts page to show usage trends for the associated host&#39;s main resources. These resources include CPU, memory, disk, and network. New Relic samples this data every 5 seconds and packages it into a SystemSample event, then sends the raw data to New Relic&#39;s collectors every 60 seconds.</p>\n",
"definition": "<p>The SystemSample event aggregates data describing the current overall state of the entire server. This data appears in the New Relic Infrastructure Hosts page to show usage trends for the associated host&#39;s main resources. These resources include CPU, memory, disk, and network. New Relic samples this data every 5 seconds and packages it into a SystemSample event, then sends the raw data to New Relic&#39;s collectors.</p>\n",
"name": "SystemSample"
},
{
Expand Down
Loading