Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/mdlayher/vsock
renovate[bot] 0ad17ebcf4
fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456)
1 year ago
..
.gitignore fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
CHANGELOG.md fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
LICENSE.md fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
README.md fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
conn_linux.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
doc.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
fd_linux.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
listener_linux.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
vsock.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago
vsock_others.go fix(deps): update module github.com/influxdata/telegraf to v1.33.0 (#15456) 1 year ago

README.md

vsock Test Status Go Reference Go Report Card

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.

For more information about VM sockets, see my blog about Linux VM sockets in Go or the QEMU wiki page on virtio-vsock.

Stability

See the CHANGELOG file for a description of changes between releases.

This package has a stable v1 API and any future breaking changes will prompt the release of a new major version. Features and bug fixes will continue to occur in the v1.x.x series.

This package only supports the two most recent major versions of Go, mirroring Go's own release policy. Older versions of Go may lack critical features and bug fixes which are necessary for this package to function correctly.