Monium Traces limits and features
For proper trace handling, follow the Monium Traces limits and configuration rules when sending data.
Storage limits
The system retains data on all spans for 4 days.
Write limits
-
The maximum size of a span batch is
4 MB. -
Both the start (
startTimeUnixNano) and end (endTimeUnixNano) times of a span are required. -
The span start time (
startTimeUnixNano) can be in the past, but no more than24 hoursago. -
The span end time (
endTimeUnixNano) can be in the future, but no more than1 hourahead. -
The
service.namefield is required in the span attributes . -
TraceIdandSpanIdof a span cannot be empty strings. -
The span
nameis required and cannot be longer than2,048characters. -
The maximum number of span
attributesis512. -
The maximum length of each attribute name is
256characters. -
The maximum length of each attribute value is
2,097,152characters. -
The maximum number of span
eventsis256. -
eventsattributes follow the same limits as span attributes.
Read limits
The trace viewer displays up to 100,000 spans.
For larger traces, you can split them into multiple traces and link them using span links