You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new metric that reports the number of established network
connections per process, grouped by server address and port.
- Metric type: updowncounter, unit: {connection}
- Attributes: server.address (recommended), server.port (recommended)
- Entity: process
- Stability: development
Assisted-by: Claude Opus 4.8
|`process.network.connection.count`| UpDownCounter |`{connection}`| The number of network connections established by the process, grouped by the remote endpoint. ||[`process`](/docs/registry/entities/process.md#process)|
238
+
239
+
**Attributes:**
240
+
241
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
242
+
| --- | --- | --- | --- | --- | --- |
243
+
|[`server.address`](/docs/registry/attributes/server.md)||`Recommended`| string | Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. |`example.com`; `10.1.2.80`|
244
+
|[`server.port`](/docs/registry/attributes/server.md)||`Recommended`| int | Server port number. |`80`; `443`|
0 commit comments