Skip to content

Commit

Permalink
Fix typo in metrics.md (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc authored Jun 4, 2024
1 parent ef47785 commit f25feaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/sources/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ In order to configure which attributes to show or which attributes to hide, chec
| `beyla.network.flow.bytes` | `beyla.ip` | hidden |
| `db.client.operation.duration` | `db.operation.name` | shown |
| `db.client.operation.duration` | `db.collection.name` | hidden |
| `message.publish.duration` | `messaging.system` | shown |
| `message.publish.duration` | `messaging.destination.name`| shown |
| `messaging.publish.duration` | `messaging.system` | shown |
| `messaging.publish.duration` | `messaging.destination.name`| shown |
| `messaging.process.duration` | `messaging.system` | shown |
| `messaging.process.duration` | `messaging.destination.name`| shown |
| `beyla.network.flow.bytes` | `direction` | hidden |
| `beyla.network.flow.bytes` | `dst.address` | hidden |
| `beyla.network.flow.bytes` | `dst.cidr` | shown if the `cidrs` configuration section exists |
Expand Down

0 comments on commit f25feaf

Please sign in to comment.