Skip to content

Commit c0b984e

Browse files
Results from /fix:format
1 parent 5595b6c commit c0b984e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/zero-code/java/agent/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `@WithSpan` attribute supports two optional parameters to allow
8686
customization of spans:
8787

8888
| name | type | default | description |
89-
|------------------|-------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------|
89+
| ---------------- | ----------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
9090
| `kind` | `SpanKind` (enum) | `INTERNAL` | The [kind of span](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#spankind). |
9191
| `inheritContext` | `boolean` | `true` | Since 2.14.0. Controls whether or not the new span will be parented in the existing (current) context. If `false`, a new context is created. |
9292

0 commit comments

Comments
 (0)