Skip to content

Commit 3c71eb1

Browse files
committed
Add note on STATS source type
1 parent 19f5809 commit 3c71eb1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deploy-apps/streaming-logs.html.md.erb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ For example:
164164
2026-01-26T13:49:18.72+0000 [PROXY/0] OUT Exit status 137
165165
</pre>
166166

167+
<p class="note">
168+
<span class="note__title"><strong>Note</strong></span>
169+
You might also see <code>STATS</code> entries in a syslog drain. These are container metrics, not a log type, and only appear when the drain is configured with <code>drain-data=metrics</code> or <code>drain-data=all</code>. Because they are metrics, <code>STATS</code> entries cannot be filtered by source type.
170+
</p>
171+
167172

168173
## <a id='writing'></a> Writing to the log from your app
169174

0 commit comments

Comments
 (0)