Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Add more GraphQL span ops #1049

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/docs/sdk/performance/span-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ Web server related spans should aim to follow OpenTelemetry's [HTTP](https://git
| grpc | | Usage of the [gRPC framework](https://grpc.io/) |
| graphql | | a GraphQL operation |
| | graphql.execute | |
| | graphql.parse | |
| | graphql.resolve | |
| | graphql.request | |
| | graphql.query | |
| | graphql.mutation | |
| | graphql.subscription | |
| | graphql.validate | |
| subprocess | | Creating new processes |
| | subprocess.wait | |
| | subprocess.communicate | |
Expand Down