const go.opentelemetry.io/otel/semconv/v1.41.0.NetworkConnectionStateKey
12 uses
go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
attribute_group.go#L12038: NetworkConnectionStateKey = attribute.Key("network.connection.state")
attribute_group.go#L12276: NetworkConnectionStateClosed = NetworkConnectionStateKey.String("closed")
attribute_group.go#L12279: NetworkConnectionStateCloseWait = NetworkConnectionStateKey.String("close_wait")
attribute_group.go#L12282: NetworkConnectionStateClosing = NetworkConnectionStateKey.String("closing")
attribute_group.go#L12285: NetworkConnectionStateEstablished = NetworkConnectionStateKey.String("established")
attribute_group.go#L12288: NetworkConnectionStateFinWait1 = NetworkConnectionStateKey.String("fin_wait_1")
attribute_group.go#L12291: NetworkConnectionStateFinWait2 = NetworkConnectionStateKey.String("fin_wait_2")
attribute_group.go#L12294: NetworkConnectionStateLastAck = NetworkConnectionStateKey.String("last_ack")
attribute_group.go#L12297: NetworkConnectionStateListen = NetworkConnectionStateKey.String("listen")
attribute_group.go#L12300: NetworkConnectionStateSynReceived = NetworkConnectionStateKey.String("syn_received")
attribute_group.go#L12303: NetworkConnectionStateSynSent = NetworkConnectionStateKey.String("syn_sent")
attribute_group.go#L12306: NetworkConnectionStateTimeWait = NetworkConnectionStateKey.String("time_wait")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |