Commit 2f17bb1
authored
fix(astro): Remove method from span op (#9603)
Although adding method is nice to span op, it duplicates information
that is already in span description.
In addition, we want to reduce the total list of span ops as much as
possible for cardinality reasons, `http.server` + span data about method
is good enough to understand intent here.1 parent 48e2337 commit 2f17bb1
File tree
2 files changed
+2
-2
lines changed- packages/astro
- src/server
- test/server
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments