Skip to content

Commit

Permalink
docs: fix table wrapping (#6265)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorgi authored Nov 16, 2024
1 parent bef8743 commit 81449f4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,9 @@ telemetry:
| `<instrument-name>` | | | The name of the custom instrument. |
| `attributes` | [standard attributes](/router/configuration/telemetry/instrumentation/standard-attributes) or [selectors](/router/configuration/telemetry/instrumentation/selectors) | | The attributes of the custom instrument. |
| `condition` | [conditions](/router/configuration/telemetry/instrumentation/conditions) | | The condition for mutating the instrument. |
| `default_requirement_level` | `required`\|`recommended` | `required` | The default attribute requirement level. |
| `type` | `counter`\|`histogram` | | The name of the custom instrument. |
| `default_requirement_level` | `required` \| `recommended` | `required` | The default attribute requirement level. |
| `type` | `counter` \| `histogram` | | The name of the custom instrument. |
| `unit` | | | A unit name, for example `By` or `{request}`. |
| `description` | | | The description of the custom instrument. |
| `value` | `unit`\|`duration`\|`<custom>`\|`event_unit`\|`event_duration`\|`event_custom` | | The value of the instrument. |
| `value` | `unit` \| `duration` \| `<custom>` \| `event_unit` \| `event_duration` \| `event_custom` | | The value of the instrument. |

0 comments on commit 81449f4

Please sign in to comment.