Skip to content

Commit cb1d328

Browse files
Update src/handlers/http/ingest.rs
Co-authored-by: Nitish Tiwari <[email protected]> Signed-off-by: Nikhil Sinha <[email protected]>
1 parent e46ee5f commit cb1d328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/http/ingest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ pub enum PostError {
467467
KnownFormat(#[from] known_schema::Error),
468468
#[error("Ingestion is not allowed to stream {0} as it is already associated with a different OTEL format")]
469469
IncorrectLogFormat(String),
470-
#[error("Ingestion has been stoppped for dataset {0} as fields count {1} exceeds the allowed limit of {2}, Please create a new dataset.")]
470+
#[error("Failed to ingest events in dataset {0}. Total number of fields {1} exceeds the permissible limit of {2}. We recommend creating a new dataset beyond {2} for better query performance.")]
471471
FieldsLimitExceeded(String, usize, usize),
472472
}
473473

0 commit comments

Comments
 (0)