Fees are charged based on the number of spans posted during the month from the first day to the last day of the month. For more details, please refer to Pricing or How usage fees are calculated .
About Span
Span is a unit of data used in distributed tracing sent by OpenTelemetry.
A single Span represents one operation. For example, each SQL execution or incoming request results in the creation of a Span.
As shown in the figure below, each line represents one Span.
Estimating the number of Spans
The number of Spans varies depending on the application's architecture, so it is not easy to estimate precisely. However, for general web applications, the following estimates are possible:
- When using a monolithic REST API server, approximately 10 to 20 Spans are created per request.
- Assuming an average of 20 Spans per request, 1 million Spans are created every 50,000 requests.
- You can estimate the number of Spans by multiplying this value by the number of requests.