# 음수인 '기타 트래픽'은 무엇을 의미하나요?

**URL:** https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823
**Category:** Support
**Tags:** dashboard-reports
**Created:** [9월 7, 2026, 2:56오후 UTC](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823 "2026-09-07T14:56:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_McIntosh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/robert_mcintosh/32/259239_2.png) [@Robert\_McIntosh](https://meta.discourse.org/u/Robert_McIntosh)
#### Post date: [9월 7, 2026, 2:56오후 UTC](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823/1 "2026-09-07T14:56:48Z")

</div>

이번 주 하루 동안 내 통계에 갑작스러운 증가가 나타났고, 확인해 보니 익명 방문자가 대폭 늘어난 것뿐만 아니라 "기타 트래픽"에 해당하는 숫자도 그에 상응하는, 음수(NEGATIVE) 값으로 표시되어 있었습니다.

이것은 어떻게 해석해야 할까요?

 ![Screenshot 2026-09-07 at 15.53.13](https://global.discourse-cdn.com/meta/original/4X/e/c/f/ecfeda0ba7a262e07e2d5db7ddd624f8e36b1612.png)

여기에 수치가 있습니다.

 ![Screenshot 2026-09-07 at 15.53.01](https://global.discourse-cdn.com/meta/original/4X/8/c/4/8c49c1faebdbcb8f65aa6613d4d640d29a38ba75.png)

---

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [9월 10, 2026, 8:09오전 UTC](https://meta.discourse.org/t/what-does-it-mean-when-you-have-negative-other-traffic/411823/4 "2026-09-10T08:09:11Z")

</div>

신고해 주셔서 감사합니다.

"기타 트래픽"은 다음과 같이 계산됩니다:

```plaintext
other = page_view_anon + page_view_logged_in
      - page_view_anon_browser - page_view_logged_in_browser

```

이러한 수치는 별도로 기록됩니다. 브라우저 뷰가 기록된 전체 익명 및 로그인 페이지 뷰를 초과하면 "기타 트래픽"은 음수가 됩니다.

한 가지 가능한 설명은 누군가가 브라우저 추적 엔드포인트를 발견하고 직접 반복 요청을 보내어, 페이지 로딩 없이 브라우저 뷰만 증가시켰다는 것입니다.

이는 “익명” 트래픽이 증가한 이유를 설명할 수 있습니다. 최근 크롤러 감지 기능([Improving how we detect and flag likely crawlers in your traffic data](https://meta.discourse.org/t/improving-how-we-detect-and-flag-likely-crawlers-in-your-traffic-data/409316))을 활성화하면 해당 트래픽이 크롤러로 분류될 것이라고 생각합니다.

또한, "기타 트래픽"을 0으로 제한하여 음수 값이 표시되지 않도록 하는 PR을 가지고 있습니다.

> <https://github.com/discourse/discourse/pull/43507>
>
> Browser pageview counters can exceed legacy pageview counters because deferred t…racking does not require a matching legacy view. Subtracting these daily totals could produce negative other traffic and reduce the chart's tooltip total.
> 
> Clamp the daily remainder to zero after summing anonymous and logged-in traffic, preserving browser counts and positive remainders. Add regression coverage for positive, zero, and negative remainders.
> 
> Before:
> \<img width="1022" height="580" alt="Screenshot 2026-09-10 at 3 56 38 pm" src="https://github.com/user-attachments/assets/b697fabe-f074-474a-b522-63eead68ac28" /\>
> 
> After:
> \<img width="985" height="577" alt="Screenshot 2026-09-10 at 3 56 01 pm" src="https://github.com/user-attachments/assets/4bdbf4d7-5133-4d93-b722-a22d312f135c" /\>
