Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/en-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ wordpress
WSGI
zend
zipkin
geoip
6 changes: 6 additions & 0 deletions content/en/docs/zero-code/obi/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ check the `attributes`->`select` section in the
| `obi.network.flow.bytes` | `src.port` | hidden |
| `obi.network.flow.bytes` | `src.zone` (only Kubernetes) | hidden |
| `obi.network.flow.bytes` | `transport` | hidden |
| `obi.network.flow.bytes` | `network.type` | hidden |
| `obi.network.flow.bytes` | `network.protocol.name` | hidden |
| `obi.network.flow.bytes` | `src.country` | shown if the `geoip` configuration section exists |
| `obi.network.flow.bytes` | `src.asn` | shown if the `geoip` configuration section exists |
| `obi.network.flow.bytes` | `dst.country` | shown if the `geoip` configuration section exists |
| `obi.network.flow.bytes` | `dst.asn` | shown if the `geoip` configuration section exists |
| Traces (SQL, Redis) | `db.query.text` | hidden |

{{< alert type="note" >}} The `obi.network.inter.zone.bytes` metric supports the
Expand Down