We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a89cd commit 82574c0Copy full SHA for 82574c0
src/handlers/http/modal/query/querier_logstream.rs
@@ -169,7 +169,7 @@ pub async fn get_stats(
169
170
let ingestor_stats = if STREAM_INFO
171
.stream_type(&stream_name)
172
- .is_ok_and(|t| t == StreamType::Internal)
+ .is_ok_and(|t| t == StreamType::UserDefined)
173
{
174
Some(fetch_stats_from_ingestors(&stream_name).await?)
175
} else {
0 commit comments