Skip to content

Commit 9ca3b65

Browse files
committed
Improve description of service spans scope
1 parent 1b5d280 commit 9ca3b65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/setup/telemetry.mdx

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ Saleor implements two distinct scopes for traces:
3131
- **CORE**: For internal system operations and core functionality
3232
- **SERVICE**: For business logic and service-level operations
3333

34-
What is being traced:
34+
What is being traced at the **SERVICE** level:
3535

36-
- **HTTP requests** including their duration, full URL, request method, client's IP address, and length of response.
36+
- **HTTP requests** including their duration, full URL, request method, client's IP address, and length of response. This includes requests to Saleor's GraphQL API and requests to external services (Saleor Apps, custom apps) via sync webhooks.
3737
- **GraphQL queries** including their duration, query string, and execution errors.
38-
- **GraphQL resolvers** including their duration, field name, parent type, and execution errors.
39-
- **Database queries** including their duration and the SQL statement.
4038

4139
### Metrics
4240

0 commit comments

Comments
 (0)