Skip to content

Commit

Permalink
fix: Reformat curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Dec 19, 2023
1 parent 79f7737 commit 7210f03
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ import upperExample from 'images/upperExample.webp'
`COMPARE WITH` 라인 차트 또는 빌보드 형식을 지정할 수 있습니다.

* `TIMESERIES`를 사용하여, `COMPARE WITH`는 비교가 시간에 따라 매핑된 라인 차트를 만듭니다.
* `TIMESERIES`가 없으면 { `COMPARE WITH`는 현재 값과 `COMPARE WITH` 값의 백분율 변경으로 빌보드를 생성합니다.
* `TIMESERIES`가 없으면, `COMPARE WITH`는 현재 값과 `COMPARE WITH` 값의 백분율 변경으로 빌보드를 생성합니다.

****: 이 쿼리는 1주일 전의 동일한 범위와 비교하여 지난 주의 95번째 백분위수를 보여주는 선형 차트로 데이터를 반환합니다. 처음에는 단일 값으로, 그 다음에는 선형 차트로 보여줍니다.

Expand Down Expand Up @@ -1850,7 +1850,7 @@ SELECT histogram(duration, 10, 20) FROM PageView SINCE 1 week ago
<Collapser
className="freq-link"
id="func-cardinality"
title={<InlineCode>cardinality(\[metric_name, include:\`&#x7B;attribute_list}\`, exclude:\`&#x7B;attribute_list}\`])</InlineCode>}
title={<InlineCode>cardinality([metric_name, include:{`{attribute_list}`}, exclude:{`{attribute_list}`}])</InlineCode>}
>
`cardinality()` 함수를 사용하여 메트릭의 모든 [측정기준](/docs/using-new-relic/data/understand-data/new-relic-data-types#metrics)(속성) 조합 수를 가져옵니다.

Expand Down Expand Up @@ -1904,7 +1904,7 @@ SELECT histogram(duration, 10, 20) FROM PageView SINCE 1 week ago
<Collapser
className="freq-link"
id="func-dimensions"
title={<InlineCode>\`dimensions(include: &#x7B;attributes}, exclude: &#x7B;attributes})\`</InlineCode>}
title={<InlineCode>{`dimensions(include: {attributes}, exclude: {attributes})`}</InlineCode>}
>
`dimensions()` 함수를 사용하여 데이터 유형의 모든 차원 값을 반환합니다.

Expand Down

0 comments on commit 7210f03

Please sign in to comment.