Skip to content

Commit

Permalink
Remove old data dictionary links
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-schaefer committed Aug 24, 2021
1 parent e8fe76a commit aaac29a
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For accounts on our [original pricing plan](/docs/accounts/original-accounts-bil

Once per day, an account with an Insights Pro subscription will generate an `NrDailyUsage` [event](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-manage-data/understand-data/new-relic-data-types#events-new-relic) for every [event namespace](#namespace). A `NrDailyUsage` event includes a count of the events under that namespace.

To view the attributes for this event, see the `NrDailyUsage` [entry in the data dictionary](/attribute-dictionary?attribute_name=&events_tids%5B%5D=8891).
To view the attributes for this event, see the `NrDailyUsage` [entry in the data dictionary](/attribute-dictionary/?event=NrDailyUsage).

## Usage calculations [#calculation]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For accounts on our [original pricing plan](/docs/accounts/original-accounts-bil
To view your usage data:

* If you are an account owner or admin, you can access subscription usage data in the New Relic UI.
* If you are not the account owner or admin, you can query usage data by using the [`NrDailyUsage` event](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8891).
* If you are not the account owner or admin, you can query usage data by using the [`NrDailyUsage` event](/attribute-dictionary/?event=NrDailyUsage).

## How it works [#about-usage]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ These settings are available for agent configuration. Some settings depend on yo
</tbody>
</table>

When `true`, the agent captures HTTP request parameters and attaches them to transaction traces, traced errors, and [`TransactionError` events](/attribute-dictionary?attribute_name=&events_tids%5B%5D=8241)
When `true`, the agent captures HTTP request parameters and attaches them to transaction traces, traced errors, and [`TransactionError` events](/attribute-dictionary/?event=TransactionError)
<div class="callout-warning">
When using the `capture_params` setting, the Ruby agent will not attempt to filter secret information. <b>Recommendation:</b> To filter secret information from request parameters, use the [`attributes.include` setting](/docs/agents/ruby-agent/attributes/enable-disable-attributes-ruby) instead. For more information, see the <a href="/docs/agents/ruby-agent/attributes/ruby-attribute-examples#ex_req_params">Ruby attribute examples</a>.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ In addition to the **AJAX** UI, you can also use these resources:

* Help prevent problems from occurring by using [alerts](/docs/alerts-applied-intelligence/new-relic-alerts/get-started/introduction-alerts) and [Applied Intelligence](/docs/alerts-applied-intelligence/new-relic-alerts/get-started/introduction-applied-intelligence) for your key performance indicators.
* Use [single-page app (SPA) monitoring](/docs/browser/single-page-app-monitoring/get-started/introduction-single-page-app-monitoring). This is valuable for any app that uses AJAX requests to pull content dynamically and create a fluid user experience.
* [Query your data](/docs/query-your-data/explore-query-data/explore-data/introduction-querying-new-relic-data) in the UI or by API. For example, you can query with [default browser events](/docs/insights/insights-data-sources/default-data/browser-default-events-insights), use [SPA `AjaxRequest`](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8317) for geographic and browser data, or get your own [custom data](/docs/telemetry-data-platform/get-data-new-relic/getting-started/introduction-new-relic-data-ingest-apis-sdks) into New Relic.
* [Query your data](/docs/query-your-data/explore-query-data/explore-data/introduction-querying-new-relic-data) in the UI or by API. For example, you can query with [default browser events](/docs/insights/insights-data-sources/default-data/browser-default-events-insights), use [SPA `AjaxRequest`](/attribute-dictionary/?event=AjaxRequest) for geographic and browser data, or get your own [custom data](/docs/telemetry-data-platform/get-data-new-relic/getting-started/introduction-new-relic-data-ingest-apis-sdks) into New Relic.
* Visualize and share your data with [charts](/docs/insights/use-insights-ui/manage-dashboards/chart-types) and [dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-new-relic-one-dashboards).
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ These tools (and more!) help your teams optimize your end users' page load exper

Real user data gives insights into actual page performance, but you also need to look into your users' perception of your site's performance. Pages can load content in many different ways, and users control when they interact with that content. This is why some [user-centric performance metrics](/docs/browser/new-relic-browser/page-load-timing-resources/pageviewtiming-async-or-dynamic-page-details) happen outside the standard window onload (page load time) in the browser monitoring agent.

The [`PageViewTiming` event](https://docs.newrelic.com/attribute-dictionary/pageview?attribute_name=&events_tids%5B%5D=10061) provides a more real-time delivery mechanism that does not have a dependency on any other event. Additional metrics include:
The [`PageViewTiming` event](/attribute-dictionary/?event=PageViewTiming) provides a more real-time delivery mechanism that does not have a dependency on any other event. Additional metrics include:

* First paint, first contentful paint, and largest contentful paint
* First input delay
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ JavaScript error monitoring must be [enabled](/docs/browser/new-relic-browser/ge

Use this call to notice or log your app's handled or other miscellaneous errors. This is useful when you have caught and handled an error, but you still want to identify it without disrupting your app's operation.

You can also use the API to notice errors that otherwise would be reported without any detail, such as errors that happen during the script initialization or in an inline event handler. The errors will appear in the [**JavaScript errors** page](/docs/browser/new-relic-browser/dashboard-details/javascript-errors-dashboard) along with other errors New Relic normally detects. They will also be recorded as a [`JavaScriptError` event](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8327). For example:
You can also use the API to notice errors that otherwise would be reported without any detail, such as errors that happen during the script initialization or in an inline event handler. The errors will appear in the [**JavaScript errors** page](/docs/browser/new-relic-browser/dashboard-details/javascript-errors-dashboard) along with other errors New Relic normally detects. They will also be recorded as a [`JavaScriptError` event](/attribute-dictionary/?event=JavaScriptError). For example:

```
var err = new Error('<var>Report caught error to New Relic</var>');newrelic.noticeError(<var>err</var>);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Tips for finding and querying data:
* You can find end-user-originating traces in any [New Relic One distributed tracing UI](/docs/understand-dependencies/distributed-tracing/ui-data/additional-distributed-tracing-features-new-relic-one).
* In the distributed tracing UI, end-user spans are indicated with the ![New Relic distributed tracing browser span icon](./images/distributed-tracing-browser-span-icon.png "distributed-tracing-browser-span-icon.png") icon.
* To see a span's attributes, select [a span in the UI](/docs/apm/distributed-tracing/ui-data/understand-use-distributed-tracing-data#span-details).
* Spans are reported as [`Span` data](/attribute-dictionary?attribute_name=&events_tids%5B%5D=8337), and can be [queried in New Relic](/docs/using-new-relic/data/understand-data/query-new-relic-data).
* Spans are reported as [`Span` data](/attribute-dictionary/?event=Span), and can be [queried in New Relic](/docs/using-new-relic/data/understand-data/query-new-relic-data).
* Query tips:
* Query by browser app name by setting `browserApp.name` to the browser app name.
* Query for traces containing at least one browser app span with `browserApp.name is not null`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To monitor traces and events, use these methods:

<tr>
<td>
Group [page views](/attribute-dictionary?attribute_name=&events_tids%5B%5D=8302) by setting a page name
Group page views by setting a page name
</td>

<td>
Expand Down Expand Up @@ -213,7 +213,7 @@ To track single page applications, use these SPA API methods:

<tr>
<td>
Adjust attributes, such as name and ignored attributes, before the [interaction](//attribute-dictionary?attribute_name=&events_tids%5B%5D=8312) is recorded
Adjust attributes, such as name and ignored attributes, before the [interaction](/attribute-dictionary/?event=BrowserInteraction) is recorded
</td>

<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirects:
- /docs/browser/new-relic-browser/page-load-timing-resources/pageviewtiming-get-async-page-load-details
---

Browser monitoring's [`PageViewTiming` event](https://docs.newrelic.com/attribute-dictionary/pageview?attribute_name=&events_tids%5B%5D=10061) sends each data point as a separate event as soon as it is available. Because we do not restrict the timing, you can receive first paint or first interaction data regardless of when it fires. This document describes why and how to use `PageViewTiming` and its attributes to query data about your site, component loading, and user performance metrics, both from visual and responsiveness standpoints.
Browser monitoring's [`PageViewTiming` event](/attribute-dictionary/?event=PageViewTiming) sends each data point as a separate event as soon as it is available. Because we do not restrict the timing, you can receive first paint or first interaction data regardless of when it fires. This document describes why and how to use `PageViewTiming` and its attributes to query data about your site, component loading, and user performance metrics, both from visual and responsiveness standpoints.

## Why use PageViewTiming? [#why-pageviewtiming]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ redirects:
[Distributed tracing](/docs/introduction-distributed-tracing) creates `Span` data that can be queried in New Relic. Here are ways to learn more about `Span` data:

* To explore your span data, you can use the [query builder](/docs/chart-builder/use-chart-builder/get-started/introduction-chart-builder).
* To see the default attributes attached to span data, use the [data dictionary](/attribute-dictionary?attribute_name=&events_tids%5B%5D=8337).
* To see the default attributes attached to span data, use the [data dictionary](/attribute-dictionary/?event=Span).
* For help with NRQL queries using these attributes, see these [example queries](/docs/apm/distributed-tracing/ui-data/example-insights-queries-distributed-trace-data).
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Data should appear in the Infrastructure monitoring UI within a few minutes for
</Callout>

<Callout variant="important">
By default, the infrastructure agent doesn't send [data about the operating system's processes](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8412). To enable the sending of process data set [`enable_process_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#enable-process-metrics) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
By default, the infrastructure agent doesn't send data about the operating system's processes. To enable the sending of process data set [`enable_process_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#enable-process-metrics) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
</Callout>

### Missing infrastructure data [#missing-infra]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Here are some of the things you can do from the **Network** tab:
## Processes tab

<Callout variant="important">
By default, the infrastructure agent doesn't send [data about the operating system's processes](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8412). To enable the sending of process data set [`enable_process_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#enable-process-metrics) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
By default, the infrastructure agent doesn't send [data about the operating system's processes](https://docs.newrelic.com/attribute-dictionary/?event=ProcessSample) unless you use guided install. To enable the sending of process data set [`enable_process_metrics`](/docs/infrastructure/install-infrastructure-agent/configuration/infrastructure-agent-configuration-settings/) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
</Callout>

Use the **Processes** tab to get information about processes running on your hosts, and to set alerts on process metrics. The **Processes** tab shows data such as CPU percentage, I/O bytes, and memory usage for individual processes or groupings of processes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ If the agent is running in a cloud instance, the agent will try to detect the cl

</Callout>

Enables the sending of [process metrics](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8412) to New Relic.
Enables the sending of [process metrics](https://docs.newrelic.com/attribute-dictionary/?event=ProcessSample) to New Relic.

By default, the infrastructure agent doesn't send data about the operating system's processes. The agent still collects such data, unless `metrics_process_sample_rate` is set to `-1`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ For more information, see [Query your data](/docs/using-new-relic/data/understan

## Docker attributes [#docker-data]

Docker attributes (metrics and metadata) are attached to the [`ContainerSample`](/attribute-dictionary?attribute_name=&events_tids%5B0%5D=10181) event. Here's an example of a query to find out how many containers are associated with each Docker image:
Docker attributes (metrics and metadata) are attached to the [`ContainerSample`](/attribute-dictionary/?event=ContainerSample) event. Here's an example of a query to find out how many containers are associated with each Docker image:

```
SELECT uniqueCount(containerId) FROM ContainerSample FACET imageName SINCE 1 HOUR AGO TIMESERIES
```

To see all `ContainerSample` attributes, use our [data dictionary](/attribute-dictionary?attribute_name=&events_tids%5B0%5D=10181). Attributes include:
To see all `ContainerSample` attributes, use our [data dictionary](/attribute-dictionary/?event=ContainerSample). Attributes include:

* General metadata (like `containerId`, `name`, and `image`)
* CPU metrics (like `cpuUsedCores`, `cpuPercent`, and `cpuThrottleTimeMs`)
* Memory metrics (like `memoryUsageBytes`, `memoryCacheBytes`, and `memoryResidentSizeBytes`)
* Network metrics (like `networkRxBytes`, `networkRxDropped`, and `networkTxBytes`)

Docker metrics are also attached to the [`ProcessSample`](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8412) event.
Docker metrics are also attached to the [`ProcessSample`](https://docs.newrelic.com/attribute-dictionary/?event=ProcessSample) event.

The reported data does **not** include information related to the container orchestrator (for example, ECS or Kubernetes). To monitor those, you can add the orchestrator's cluster and task names as [labels](https://docs.docker.com/ee/ucp/admin/configure/add-labels-to-cluster-nodes/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Select an event name in the following table to see its attributes.
<tbody>
<tr>
<td>
[`SystemSample`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=SystemSample)
[`SystemSample`](/attribute-dictionary/?event=ProcessSample)
</td>

<td>
Expand All @@ -77,7 +77,7 @@ Select an event name in the following table to see its attributes.

<tr>
<td>
[`ProcessSample`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=ProcessSample)
[`ProcessSample`](/attribute-dictionary/?event=ProcessSample)
</td>

<td>
Expand All @@ -91,7 +91,7 @@ Select an event name in the following table to see its attributes.

<tr>
<td>
[`StorageSample`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=StorageSample)
[`StorageSample`](/attribute-dictionary/?event=StorageSample)
</td>

<td>
Expand Down Expand Up @@ -133,7 +133,7 @@ Select an event name in the following table to see its attributes.

<tr>
<td>
[`NetworkSample`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=NetworkSample)
[`NetworkSample`](/attribute-dictionary/?event=NetworkSample)
</td>

<td>
Expand All @@ -143,7 +143,7 @@ Select an event name in the following table to see its attributes.

<tr>
<td>
[`ContainerSample`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=ContainerSample)
[`ContainerSample`](/attribute-dictionary/?event=ContainerSample)
</td>

<td>
Expand All @@ -153,7 +153,7 @@ Select an event name in the following table to see its attributes.

<tr>
<td>
[`InfrastructureEvent`](/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=InfrastructureEvent)
[`InfrastructureEvent`](/attribute-dictionary/?event=InfrastructureEvent)
</td>

<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use New Relic infrastructure's **Process running** [alert condition](/docs/infra
This feature's flexibility allows you to easily filter what hosts and processes to monitor and when to notify selected individuals or teams. In addition, the email notification includes links to help you quickly troubleshoot the situation.

<Callout variant="important">
By default, the infrastructure agent doesn't send [data about the operating system's processes](https://docs.newrelic.com/attribute-dictionary?attribute_name=&events_tids%5B%5D=8412). To enable the sending of process data set [`enable_process_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#enable-process-metrics) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
By default, the infrastructure agent doesn't send [data about the operating system's processes](https://docs.newrelic.com/attribute-dictionary/?event=ProcessSample). To enable the sending of process data set [`enable_process_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#enable-process-metrics) to `true`. To fine-tune which processes you want to monitor, configure [`include_matching_metrics`](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/configuration/infrastructure-configuration-settings#include-matching-metrics).
</Callout>

## Examples [#features]
Expand Down

0 comments on commit aaac29a

Please sign in to comment.