From 1629abdee861c99118dbbca558593814bb9b0900 Mon Sep 17 00:00:00 2001 From: Marc Tuduri Date: Tue, 4 Jun 2024 11:15:45 +0200 Subject: [PATCH] Fix typo in metrics.md --- docs/sources/metrics.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/metrics.md b/docs/sources/metrics.md index 6a9e8c452..5f0d15aa1 100644 --- a/docs/sources/metrics.md +++ b/docs/sources/metrics.md @@ -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 |