Skip to content

Commit

Permalink
Merge pull request #14480 from newrelic/daily-release/09/05/2023/morning
Browse files Browse the repository at this point in the history
Daily release/09/05/2023/morning
  • Loading branch information
rhetoric101 authored Sep 5, 2023
2 parents 8e22bc0 + a1c09a6 commit 1f13f03
Show file tree
Hide file tree
Showing 14 changed files with 315 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The following List Price tables identify per-unit prices. For more information,
The List Price table below includes pricing details for several add-ons, including:

* Exceeding default [data retention](/docs/data-apis/manage-data/manage-data-retention)
* Exceeding [included synthetic checks](/docs/synthetics/synthetic-monitoring/using-monitors/monitor-limits)
* Exceeding [included Synthetic Checks](/docs/synthetics/synthetic-monitoring/using-monitors/monitor-limits)
* [Vulnerability management](/docs/vulnerability-management/overview) for organizations with the [original data option](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/data-ingest-billing/#standard-data) (with [Data Plus](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/data-ingest-billing/#data-plus), this is included)

<table>
Expand Down Expand Up @@ -320,7 +320,7 @@ The List Price table below includes pricing details for several add-ons, includi
1
</td>
<td>
GB ingested, per 30 days added retention
GB Ingested, per 30 days added retention
</td>

<td>
Expand All @@ -336,7 +336,7 @@ The List Price table below includes pricing details for several add-ons, includi
1
</td>
<td>
GB ingested
GB Ingested
</td>

<td>
Expand All @@ -346,13 +346,13 @@ The List Price table below includes pricing details for several add-ons, includi

<tr>
<td>
New Relic [synthetics monitor checks](/docs/synthetics/synthetic-monitoring/using-monitors/monitor-limits)
New Relic [Synthetic Checks](/docs/synthetics/synthetic-monitoring/using-monitors/monitor-limits)
</td>
<td>
1
</td>
<td>
1 check
1 Check
</td>

<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import apmApmCompleteSummaryPage from 'images/apm_screenshot-full_apm-complete-s
import infraComplete from 'images/infrastructure_screenshot-full_infra-main.webp'


A Kubernetes system is inherently complex and has a reputation as challenging to grasp. Understanding Kubernetes as a concept is a complex task by itself and wanting to understand an specific Kubernetes system only adds more complextiy. How do you troubleshoot ephemeral containers that spin up and down before you can even access them? How do you understand the health of your system as a whole if you have hundreds of containers orchestrated at a time? How do you parse out the intricate systems into functional layers?
A Kubernetes system is inherently complex and has a reputation as challenging to grasp. Understanding Kubernetes as a concept is a complex task by itself and wanting to understand an specific Kubernetes system only adds more complexity. How do you troubleshoot ephemeral containers that spin up and down before you can even access them? How do you understand the health of your system as a whole if you have hundreds of containers orchestrated at a time? How do you parse out the intricate systems into functional layers?

In this tutorial series, you will learn how to monitor your Kubernetes system with New Relic and how it can streamline your understanding of the Kubernetes as a whole.

Expand Down Expand Up @@ -129,7 +129,7 @@ To correlate your data, see our doc on [monitoring services in Kubernetes](/docs
src={k8sNavigatorAnimation}
/>

To confirm you're sending all your Kubernetes related data to New Relic, explore the Kubernetes charts. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Kubernetes**. Poke around your data and see if you can get a general sense of the health of your Kubernetes system.Confirm you're seeing data for your entire cluster, individual pods, and any services and applications you expect. Once you're ready, proceed to the next steps.
To confirm you're sending all your Kubernetes related data to New Relic, explore the Kubernetes charts. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Kubernetes**. Poke around your data and see if you can get a general sense of the health of your Kubernetes system. Confirm you're seeing data for your entire cluster, individual pods, and any services and applications you expect. Once you're ready, proceed to the next steps.


</Step>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ New Relic は、システム モジュール、構成ファイル、メタデー
id="windows"
title="Windows内蔵のエージェントデータ"
>
インフラストラクチャエージェントは、このデータをWindowsシステム用に収集します
インフラストラクチャ エージェントは、組み込みのインストルメンテーションと `com.newrelic.winpkg` 統合を組み合わせて使用し、Windows ホスト上のシステム情報を収集します。次の表に、Windows システムで収集されるデータを示します

<table>
<thead>
Expand Down
Loading

0 comments on commit 1f13f03

Please sign in to comment.