Skip to content

Commit

Permalink
Merge pull request #12616 from newrelic/translations-346f5db
Browse files Browse the repository at this point in the history
Updated translations - 2023-04-14 (machine translation)
  • Loading branch information
jmiraNR authored Apr 14, 2023
2 parents 2b59a26 + 346f5db commit 9847f1d
Show file tree
Hide file tree
Showing 14 changed files with 612 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ newrelic_record_custom_event(string $name, array $attributes)

* デフォルトでは、エージェントは毎分最大 30,000 イベントを記録します。[この ini 設定](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples)を変更することにより、1 分あたり最大 100,000 イベントを記録するようにエージェントを構成できます。
* 作成する一意のイベント タイプ名の数を制限し、これらの名前を動的に生成しないでください。
* イベント名や属性名に [予約語](/docs/insights/nrql-new-relic-query-language/nrql-resources/reserved-words) や文字の使用は避けてください。
* [イベントのサイズとレートの制限を](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/)超えないようにしてください。
* イベント名と属性名に [予約語](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/#reserved-words) と文字を使用しないでください。
* [イベントのサイズとレートの制限](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/)を超えないようにしてください。
* `newrelic_ignore_transaction``newrelic_record_custom_event`と同じトランザクション内で呼び出された場合、カスタム イベントは報告されません。
</Callout>

## パラメーター
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,10 @@ new_relic_remote_write:
</td>
<td>
直接接続を行うかどうか。複数のホストが指定されている場合、または SRV URI が使用されている場合 (mongoDB Atlas など)、直接接続は無効です。
直接接続を行うかどうか。複数のホストが指定されている場合、または mongoDB Atlas などの SRV URI が使用されている場合、直接接続は有効ではありません。
Serverless Atlas Deployment の場合と同様に、接続文字列または DNS エントリで `loadBalanced=true` が指定されている場合は、直接接続も false に設定する必要があることに注意してください。
</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
---
title: インフラストラクチャ ホスト ページ (新しいビュー)
tags:
- Infrastructure
- Infrastructure monitoring UI
- Infrastructure UI
- Hosts page
metaDescription: Use the Hosts page to view the most important metrics from across your server/host environment.
translationType: machine
---

import infrastructureHostsNewSummary from 'images/infrastructure_screenshot-full_hosts-new-summary.png'

import infrastructureSavedViewsBttn from 'images/infrastructure_icon_saved-views-bttn.png'

import infrastructureExportCSV from 'images/infrastructure_icon_export-csv.png'

import infrastructureHostNewSystem from 'images/infrastructure_screenshot-full_host-new-system.png'

import infrastructureHostNewNetwork from 'images/infrastructure_screenshot-full_host-new-network.png'

import infrastructureHostNewProcesses from 'images/infrastructure_screenshot-full_host-new-processes.png'

import infrastructureHostNewStorage from 'images/infrastructure_screenshot-full_host-new-storage.png'

import infrastructureHostNewContainers from 'images/infrastructure_screenshot-full_host-new-containers.png'

<Callout title="PREVIEW">
この機能は現在プレビュー段階です。試してみたい場合は、New Relic の担当者にお問い合わせください。
</Callout>

**ホスト**ページを使用して、リソース使用やネットワーク、プロセスのパフォーマンス、コンテナについてのデータなど、重要なパフォーマンスメトリクスについて理解してください。属性でホストをフィルタリングし、そのパフォーマンスをインベントリ変更イベントと比較して、根本原因を判別できます。また、アラート通知を設定し、問題が発生しないようにすることもできます。

## 新しいインフラストラクチャUIにアクセスする [#access-new-ui]

ホスト情報を表示するには、 **[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New)**に移動します。

<img
title="Hosts (New) Summary page"
alt="Hosts (New) Summary page"
src={infrastructureHostsNewSummary}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New)**
</figcaption>

## フィルターと保存済みビュー [#filter]

ページの上部にあるフィルターを使用して、提案されたフィルターを使用するか、ホストの名前または添付されたタグを入力して、ホストを見つけます。

<img src={infrastructureSavedViewsBttn} class="inline" style={{height: "30px", width: "95px"}} alt="Saved views" title="Saved views">Infrastructure の保存済みビューがある場合は、</img>

ボタン。

## タブ

**\[ホスト]** ページで使用できるタブは次のとおりです。

<CollapserGroup>
<Collapser
id="summary"
title="概要"
>
**Summary**\[概要] タブには、ホストのパフォーマンスの概要が表示されます。

システムでアクティブなホスト、アプリケーション、イベント、アラートの総数を確認できます。

**Summary**\[概要] テーブルに、ホストのリストが表示されます。
</Collapser>

<Collapser
id="system"
title="システム"
>
**System**\[システム] タブには、システムの概要が表示されます。

**System** テーブルでは、メトリック名でホストをフィルタリングできます。 <img src={infrastructureExportCSV} class="inline" style={{height: "30px", width: "30px"}} alt="Export CSV" title="Export CSV">とともに</img>

ボタンをクリックすると、このテーブルを CSV ファイルとしてエクスポートできます。

<img
title="Hosts System page"
alt="Hosts System page"
src={infrastructureHostNewSystem}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New) > System**
</figcaption>
</Collapser>

<Collapser
id="network"
title="通信網"
>
**Network**\[ネットワーク] タブには、ネットワーク インターフェイスに関する帯域幅とエラー データが表示されます。

**Network** テーブルでは、メトリック名でホストをフィルタリングできます。 <img src={infrastructureExportCSV} class="inline" style={{height: "30px", width: "30px"}} alt="Export CSV" title="Export CSV">とともに</img>

ボタンをクリックすると、このテーブルを CSV ファイルとしてエクスポートできます。

<img
title="Hosts Network page"
alt="Hosts Network page"
src={infrastructureHostNewNetwork}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New) > Network**
</figcaption>
</Collapser>

<Collapser
id="processes"
title="プロセス"
>
**Processes**\[プロセス] タブには、個々のプロセスまたはプロセスのグループの CPU パーセンテージ、I/O バイト、およびメモリ使用量に関するデータが表示されます。

**Processes** テーブルでは、メトリック名でホストをフィルタリングできます。<img src={infrastructureExportCSV} class="inline" style={{height: "30px", width: "30px"}} alt="Export CSV" title="Export CSV">とともに</img>

ボタンをクリックすると、このテーブルを CSV ファイルとしてエクスポートできます。

<img
title="Hosts Processes page"
alt="Hosts Processes page"
src={infrastructureHostNewProcesses}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New) > Process**
</figcaption>
</Collapser>

<Collapser
id="storage"
title="ストレージ"
>
**Storage**\[ストレージ] タブには、デバイスの全体的な使用率、ディスク使用率、I/O 操作など、リソースの容量と効率が表示されます。

**Storage** テーブルでは、メトリック名でホストをフィルタリングできます。<img src={infrastructureExportCSV} class="inline" style={{height: "30px", width: "30px"}} alt="Export CSV" title="Export CSV">とともに</img>

ボタンをクリックすると、このテーブルを CSV ファイルとしてエクスポートできます。

<img
title="Hosts Storage page"
alt="Hosts Storage page"
src={infrastructureHostNewStorage}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New) > Storage**
</figcaption>
</Collapser>

<Collapser
id="containers"
title="コンテナ"
>
**Containers**\[コンテナー] タブには、個々のコンテナーまたはコンテナーのグループの CPU パーセンテージ、I/O バイト、およびメモリ使用量が表示されます。

**Containers** テーブルでは、メトリクス名でホストをフィルタリングできます。<img src={infrastructureExportCSV} class="inline" style={{height: "30px", width: "30px"}} alt="Export CSV" title="Export CSV">とともに</img>

ボタンをクリックすると、このテーブルを CSV ファイルとしてエクスポートできます。

<img
title="Hosts Containers page"
alt="Hosts Containers page"
src={infrastructureHostNewContainers}
/>

<figcaption>
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure > Hosts (New) > Containers**
</figcaption>
</Collapser>
</CollapserGroup>

## イベントと属性

インフラストラクチャのイベントと属性について詳しく知りたい場合は、 [それらの説明を確認してください](/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-monitoring-data/#infrastructure-events)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 新しいインフラストラクチャはUIをホストします
title: インフラストラクチャ エンティティ ホスト
tags:
- Infrastructure
- Infrastructure monitoring UI
Expand Down Expand Up @@ -39,9 +39,9 @@ import infrastructureNetworkTab from 'images/infrastructure_screenshot-crop_netw

始める準備はできましたか? [NewRelicアカウント](https://newrelic.com/signup)を持っていることを確認してください。それは永遠に無料です!

## 新しいインフラストラクチャUIにアクセスする [#access-new-ui]
## インフラストラクチャ エンティティ ページにアクセスする [#access-infra-entities]

新しいインフラストラクチャ監視を確認してください: **[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure**に移動し、 **Hosts (New)**をクリックします。または、**エクスプローラー**に移動して \[**ホスト]**を選択します。
**[one.newrelic.com](https://one.newrelic.com/all-capabilities) > Infrastructure**に移動し、 **Hosts (New)**をクリックします。または、 **Explorer** に移動して **Hosts**\[ホスト] を選択します。

<img
title="New infrastructure UI"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import logsDotnetLogsinContextSerilog from 'images/logs_diagram_dotnet-logs-in-c
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED=true
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_ENABLED=true
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_INCLUDE="a*, banana"
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_exclude="b*, apple"
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_EXCLUDE="b*, apple"
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_MAX_SAMPLES_STORED=10000
NEW_RELIC_APPLICATION_LOGGING_LOCAL_DECORATING_ENABLED=false
```
Expand Down
110 changes: 110 additions & 0 deletions src/i18n/content/jp/docs/mobile-apps/mobile-apps-intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
---
title: New Relic モバイルアプリ
tags:
- Mobile app
- New Relic mobile app
- iOS app
- Android app
metaDescription: 'Install the New Relic mobile app to view your data, run queries, and receive and create alerts.'
translationType: machine
---

import mobileAppiOSQrCode from 'images/mobile-app_screenshot-crop_ios-qr-code.png'

import mobileAppAndroidQrCode from 'images/mobile-app_screenshot-crop_mobile-app-android-qr-code.png'

import mobileappsiOSAppAPMDashboard from 'images/mobile-apps_screenshot-full_iOS-app-APM-dashboard.png'

import mobileappsAndroidAppAPMDashboard from 'images/mobile-apps_screenshot-full_Android-app-APM-dashboard.png'

New Relic モバイル アプリを使用すると、どこにいてもデータにアクセスできます。APM からインフラストラクチャ、ブラウザーに至るまで、New Relic のさまざまな機能から厳選されたダッシュボードを表示し、作成したダッシュボードにアクセスできます。さらに深く掘り下げる必要がある場合は、NRQL を使用してデータを直接クエリするか、ログを検索できます。また、アプリで直接アラートを受信できるため、すぐに調査を開始できます。

## 始めましょう [#mobile-get-started]

機能の詳細については、以下の [モバイル機能](#mobile-app-features) を参照するか、QR コードを使用してすぐにアプリをインストールしてください。

<Callout variant="tip">
New Relicアカウントによっては[、ユーザーをさらに認証する](/docs/mobile-apps/new-relic-mobile-apps/authentication-alerts/user-settings-authentication)必要がある場合があります。
</Callout>

<SideBySide>
<Side>
### iOS [#ios-options]

<img
style={{ width: "60%" }}
title="Scan this QR code for the iOS mobile app"
alt="Scan this QR code for the iOS mobile app"
src={mobileAppiOSQrCode}
/>
</Side>

<Side>
### Android [#adroid-options]

<img
style={{ width: "60%" }}
title="Scan this QR code for the android mobile app"
alt="Scan this QR code for the android mobile app"
src={mobileAppAndroidQrCode}
/>
</Side>
</SideBySide>

## モバイル機能 [#mobile-app-features]

モバイル アプリでできることの例を次に示します。

* **アラート**: 現在および過去のインシデントを表示し、インシデントを確認し、タップして関連エンティティのパフォーマンス データを表示します。

* **アプリケーション パフォーマンス モニタリング (APM)** : トランザクション、エラー、データベース、外部サービスなどのリアルタイム データと履歴データを表示します。

* **ブラウザーの監視**: すべてのフロントエンド Web アプリのスループット、読み込み時間、エラー、AJAX 要求などを追跡します。

* **ダッシュボードと NRQL** : ダッシュボードを表示するか、NRQL でさらに深く掘り下げます。カスタム NRQL クエリを作成するか、グラフをタップしてからオーバーフローをタップすると、任意のグラフの NRQL を表示できます。

<Icon name="fe-more-horizontal"/>

アイコンをクリックし、 **\[クエリを表示**] を選択します。

* **Explorer** : AWS サービスからネットワーク パフォーマンスまで、New Relic の他のすべてを参照します。

* **インフラストラクチャの監視**: クラウド、専用ホスト、またはオーケストレーション環境で実行されているコンテナーで実行されているホストの状態を確認します。

* **モバイル モニタリング**: すべてのモバイル アプリのパフォーマンス、エラー、クラッシュなどを確認できます。

* **合成モニタリング**: 各モニターのパフォーマンスを確認し、個々の結果を表示し、障害を追跡します。

<SideBySide>
<Side>
### iOS [#ios-screenshot]

<img
style={{ width: "60%" }}
title="APM dashboard in the New Relic iOS app"
alt="APM dashboard in the New Relic iOS app"
src={mobileappsiOSAppAPMDashboard}
/>
</Side>

<Side>
### Android [#android-screenshot]

<img
style={{ width: "60%" }}
title="APM dashboard in New Relic's Android app"
alt="APM dashboard in New Relic's Android app"
src={mobileappsAndroidAppAPMDashboard}
/>
</Side>
</SideBySide>

## データプライバシー [#privacy]

当社のモバイル アプリは、認証とトラブルシューティングに必要な情報のみを記録します。

* 名字と名前を含む、New Relic アカウントに関連付けられたユーザーの電子メールアドレス (認証のみを目的とする)
* IPアドレス
* デバイスID

詳細については、当社の[モバイルデータプライバシーおよびセキュリティについてのドキュメント](/docs/mobile-monitoring/new-relic-mobile/get-started/security-mobile-apps)を参照してください。
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ newrelic_record_custom_event(string $name, array $attributes)

* 에이전트는 기본적으로 분당 최대 30,000개의 이벤트를 기록합니다. [이 ini 설정](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples) 을 변경하여 분당 최대 100,000개의 이벤트를 기록하도록 에이전트를 구성할 수 있습니다.
* 생성하는 고유한 이벤트 유형 이름의 수를 제한하고 이러한 이름을 동적으로 생성하지 마십시오.
* 이벤트 및 속성 이름에 [예약어](/docs/insights/nrql-new-relic-query-language/nrql-resources/reserved-words) 와 문자를 사용하지 마십시오.
* [이벤트 크기 및 비율 제한을](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/) 초과하지 않도록 하십시오.
* 이벤트 및 속성 이름에 [예약어](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/#reserved-words) 및 문자를 사용하지 마십시오.
* [이벤트 크기 및 비율 제한을](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/)초과하지 않도록 하십시오.
* `newrelic_ignore_transaction` `newrelic_record_custom_event`과 동일한 트랜잭션 내에서 호출되면 맞춤 이벤트가 보고되지 않습니다.
</Callout>

## 매개변수
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ new_relic_remote_write:
<td>
직접 연결을 해야 하는지 여부입니다. 여러 호스트가 지정되거나 SRV URI가 사용되는 경우(예: mongoDB Atlas) 직접 연결은 유효하지 않습니다.
서버리스 Atlas 배포의 경우와 마찬가지로 연결 문자열이나 DNS 항목에 `loadBalanced=true` 이 지정된 경우 직접 연결도 false로 설정해야 합니다.
</td>
<td>
Expand Down
Loading

0 comments on commit 9847f1d

Please sign in to comment.