You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -381,8 +381,8 @@ WHERE attribute [comparison] [AND|OR ...]
381
381
특정 트랜잭션에 대해 고유한 T-값을 적용하여 [Apdex](/docs/apm/new-relic-apm/apdex/apdex-measuring-user-satisfaction)에 알람을 생성합니다. 예를 들어, 프로덕션 앱에 대한 트랜잭션의 T-값 500ms에 대한 Apdex가 0.8 아래로 내려가면 알람을 받습니다.
382
382
383
383
```sql
384
-
SELECT apdex(duration, t:0.5)
385
-
FROM Transaction
384
+
SELECT apdex(duration, t:0.5)
385
+
FROM Transaction
386
386
WHERE appName LIKE'%prod%'
387
387
```
388
388
</Collapser>
@@ -401,8 +401,8 @@ WHERE attribute [comparison] [AND|OR ...]
401
401
이것이 알람 조건 쿼리라고 가정해 보겠습니다.
402
402
403
403
```sql
404
-
SELECTcount(*)
405
-
FROM SyntheticCheck
404
+
SELECTcount(*)
405
+
FROM SyntheticCheck
406
406
WHERE monitorName ='My Cool Monitor'AND result ='FAILED'
407
407
```
408
408
@@ -421,7 +421,7 @@ WHERE monitorName = 'My Cool Monitor' AND result = 'FAILED'
421
421
이것이 알림 조건 쿼리이고 `MyCoolEvent`가 때때로 0 값을 반환할 수 있는 속성이라고 가정해 보겠습니다.
422
422
423
423
```sql
424
-
SELECT average(MyCoolAttribute)
424
+
SELECT average(MyCoolAttribute)
425
425
FROM MyCoolEvent
426
426
```
427
427
@@ -436,8 +436,8 @@ null 값을 처리하는 방법을 결정하려면 [alerts 조건 UI](/docs/aler
436
436
다음은 `FAILED` 결과에 대한 알림의 예입니다.
437
437
438
438
```sql
439
-
SELECT filter(count(*), WHERE result ='FAILED')
440
-
FROM SyntheticCheck
439
+
SELECT filter(count(*), WHERE result ='FAILED')
440
+
FROM SyntheticCheck
441
441
WHERE monitorName ='My Favorite Monitor'
442
442
```
443
443
@@ -454,25 +454,25 @@ WHERE monitorName = 'My Favorite Monitor'
454
454
`FACET`이 없으면 내부 쿼리는 단일 결과를 생성하므로 외부 쿼리는 집계할 항목이 없습니다. 중첩 쿼리를 사용하는 경우 내부 쿼리가 패싯인지 확인하십시오.
455
455
456
456
```sql
457
-
SELECTmax(cpu)
458
-
FROM
457
+
SELECTmax(cpu)
458
+
FROM
459
459
(
460
-
SELECTmin(cpuPercent) AS'cpu'
461
-
FROM SystemSample
460
+
SELECTmin(cpuPercent) AS'cpu'
461
+
FROM SystemSample
462
462
FACET hostname
463
-
)
463
+
)
464
464
```
465
465
</Collapser>
466
466
467
467
<Collapserid="aggregation_window_size"title="모든 수준의 쿼리는 집계 창 크기가 동일해야 합니다.">
468
468
1분의 알람 집계 창에서 내부 쿼리는 30초의 더 작은 두 개의 창을 생성합니다. 이론상 이 두 창은 외부 쿼리에 의해 집계될 수 있습니다. 그러나 이 기능은 현재 지원되지 않습니다.
469
469
470
470
```sql
471
-
SELECTmax(cpu)
472
-
FROM
471
+
SELECTmax(cpu)
472
+
FROM
473
473
(
474
474
SELECTmin(cpuTime) AS cpu TIMESERIES 30 seconds
475
-
FROM Event
475
+
FROM Event
476
476
)
477
477
```
478
478
</Collapser>
@@ -739,7 +739,7 @@ GraphQL API(권장) 또는 REST API를 사용하여 이러한 설정을 관리
739
739
* 예상된 종료인 경우에는 '신호 손실' 인시던트를 열면 안됩니다. 신호 종료가 예상되는 경우 새 인시던트를 열지 않도록 선택할 수 있습니다. 이 기능은 특정 시간에 신호가 손실될 것임을 알고 있고, 그 신호 손실에 대해 새로운 인시던트를 열고 싶지 않을 때 유용합니다. 이에 대한 GraphQL 노드 이름은 [`ignoreOnExpectedTermination`](/docs/apis/nerdgraph/examples/nerdgraph-api-loss-signal-gap-filling/#loss-of-signal)입니다.
740
740
741
741
<Calloutvariant="important">
742
-
<DNT>**Do not open "lost signal" incident on expected termination**</DNT> 일 때 인시던트 신호 손실을 방지하려면 엔터티에 태그 `termination: expected`를 추가해야 합니다. 이 태그는 신호가 끝날 것으로 예상되었음을 알려줍니다. [태그를 엔터티에 직접 추가하는 방법](/docs/new-relic-solutions/new-relic-one/core-concepts/use-tags-help-organize-find-your-data/#add-tags)을 확인하십시오.
742
+
<DNT>**Do not open "lost signal" incident on expected termination**</DNT> 일 때 인시던트 신호 손실을 방지하려면 엔터티에 태그 `termination: expected`를 추가해야 합니다. 이 태그는 신호가 끝날 것으로 예상되었음을 알려줍니다. [태그를 엔터티에 직접 추가하는 방법](/docs/new-relic-solutions/new-relic-one/core-concepts/use-tags-help-organize-find-your-data/#add-tags)을 확인하십시오. 태그 `hostStatus: shutdown`은 또한 &quot;신호 손실&quot; 인시던트가 열리지 않도록 합니다. 보다 자세한 내용은 ["호스트가 보고하지 않음" 조건을 생성하는 방법](/docs/infrastructure/infrastructure-alerts/create-infrastructure-host-not-reporting-condition/#create-condition)을 참조하십시오.
Copy file name to clipboardExpand all lines: src/i18n/content/kr/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration.mdx
+44
Original file line number
Diff line number
Diff line change
@@ -955,6 +955,50 @@ Node.js 에이전트는 구성 방법에 다음의 우선순위를 적용합니
955
955
</Collapser>
956
956
</CollapserGroup>
957
957
958
+
## 클라우드 변수 [#cloud\_config][#cloud_config]
959
+
960
+
이 섹션에서는 클라우드 제공업체와 APM 애플리케이션 간의 관계를 생성하기 위해 Node.js 에이전트 변수를 정의합니다.
Copy file name to clipboardExpand all lines: src/i18n/content/kr/docs/distributed-tracing/concepts/how-new-relic-distributed-tracing-works.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ Infinite Tracing을 사용하면 애플리케이션 또는 서드파티 텔레
167
167
<Collapserid="browser-spans"title="브라우저 및 모바일 트레이스 보고">
168
168
[브라우저 모니터링 분산 추적](/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing)과 [모바일 모니터링](/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-mobile-and-dt)은 모든 스팬을 보고합니다.
169
169
170
-
뉴렐릭의 <InlinePopovertype="apm" />언어 에이전트는 종종 <InlinePopovertype="mobile" />및 \[<InlinePopovertype="browser" />와 함께 사용되며, 뉴렐릭의 언어 에이전트는 [샘플링을 사용합니다](#trace-origin-sampling). 이는 백엔드 스팬보다 더 많은 브라우저 및 모바일 스팬이 있을 수 있기 때문에 브라우저 및 모바일 앱 스팬이 백엔드 스팬에서 분리될 수 있다는 것을 의미합니다. 프런트 엔드 및 백엔드 스팬이 포함된 트레이스 쿼리에 대한 유용한 팁은 [브라우저 스팬 데이터 찾기](/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing#find-data)를 참조하십시오.
170
+
<InlinePopovertype="apm" />뉴렐릭의 언어 에이전트는 종종 <InlinePopovertype="mobile" />및 <InlinePopovertype="browser" />와 함께 사용되며, 언어 에이전트는 [샘플링을 사용합니다](#trace-origin-sampling). 이는 브라우저 및 모바일 스팬이 백엔드 스팬보다 더 많을 수 있기 때문에, 브라우저 및 모바일 앱 스팬이 백엔드 스팬에서 분리될 수 있음을 의미합니다. 프런트 엔드 및 백엔드 스팬이 포함된 트레이스 쿼리에 대한 유용한 팁은 [브라우저 스팬 데이터 찾기](/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing#find-data)를 참조하십시오.
인프라 에이전트는 호스트에 대한 데이터를 수집하는 실행 파일입니다. 인프라 에이전트를 사용해, [일부 서드파티 서비스](/docs/infrastructure/host-integrations/installation/install-infrastructure-host-integrations)의 데이터를 보고하고 [로그 데이터](/docs/logs/enable-log-monitoring-new-relic/enable-log-monitoring-new-relic/forward-your-logs-using-infrastructure-agent)를 수집하도록 설정할 수도 있습니다.
13
+
14
+
인프라 에이전트는 Windows, macOS 및 다양한 Linux 배포판에서 실행할 수 있습니다. 이 문서에서는 인프라 에이전트를 설치하는 데 사용할 수 있는 다양한 방법을 설명합니다. 시작하려면 [뉴렐릭 계정](https://newrelic.com/signup)과 라이선스 키가 필요합니다.
15
+
16
+
## 인프라 에이전트 수동 설치 [#manual-install]
17
+
18
+
몇 개의 호스트만 모니터링하고 복잡하지 않은 쪽을 선호하는 경우 수동 설치 절차를 사용하는 것이 좋습니다. 일반적으로 명령줄을 사용해 에이전트가 있을 디렉터리를 만든 다음 라이선스 키 정보를 추가합니다. 운영 시스템에 따라 구성 파일을 생성하고 수정해야 할 수도 있습니다. 수동으로 설치하려면 여기에서 시작하십시오.
19
+
20
+
*[패키지 매니저를 사용해 Linux 시스템에 설치](/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux)
*[MSI 설치](/docs/infrastructure/install-infrastructure-agent/windows-installation/install-infrastructure-monitoring-agent-windows), [zip 설치](/docs/infrastructure/install-infrastructure-agent/windows-installation/zip-assisted-install-infrastructure-agent-windows) 또는 [수동 zip 설치](/docs/infrastructure/install-infrastructure-agent/windows-installation/zip-manual-install-infrastructure-agent-windows)를 통해 Windows에 설치
안내 설치는 인스턴스를 모니터링하기 위해 실행할 수 있는 단일 CLI 명령입니다. 소규모 조직이나 뉴렐릭을 테스트해보려는 경우 좋은 옵션입니다. CLI 명령을 실행하면 뉴렐릭이 시스템을 검사하여 모니터링할 수 있는 다른 호환 기술을 찾습니다. 기본적으로 [인프라 상태 API](https://github.com/newrelic/infrastructure-agent/blob/master/docs/status_api.md)도 받게 됩니다.
37
+
38
+
<Calloutvariant="important">
39
+
뉴렐릭 CLI는 FedRAMP 서버를 지원하지 않습니다. FedRAMP 고객인 경우 [수동 설치 지침](#manual-install)을 참조하십시오.
*[에이전트를 구성](/docs/infrastructure/install-configure-infrastructure/configuration/configure-infrastructure-agent)하거나 [구성 템플릿](https://github.com/newrelic/infrastructure-agent/blob/master/assets/examples/infrastructure/newrelic-infra-template.yml.example)을 수정하는 방법을 알아보십시오.
59
+
*[호스트 통합](/docs/integrations/host-integrations/getting-started/introduction-host-integrations)(예: Apache 또는 MySQL)을 설치합니다.
60
+
*[인프라 에이전트를 사용하여 로그 전달을 활성화](/docs/logs/enable-new-relic-logs/1-enable-logs/forward-your-logs-using-new-relic-infrastructure)합니다.
61
+
*[에이전트 관리](/docs/infrastructure/install-infrastructure-agent/manage-your-agent) 방법을 알아보십시오.
62
+
* 뉴렐릭의 인프라 에이전트는 경량 실행 파일입니다. [여기서](/docs/infrastructure/new-relic-infrastructure/getting-started/infrastructure-agent-performance-overhead) 그 의미에 대해 자세히 알아보십시오.
0 commit comments