Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer/hostobserver

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer/hostobserver

  • v0.114.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Host Observer Extension

Status
Stabilitybeta
Distributionscontrib, k8s
IssuesOpen issues Closed issues
Code Owners@MovieStoreGuy

The host_observer looks at the current host for listening network endpoints.

It will look for all listening sockets on TCP and UDP over IPv4 and IPv6.

It uses the /proc filesystem and requires the SYS_PTRACE and DAC_READ_SEARCH capabilities so that it can determine what processes own the listening sockets.

Configuration

refresh_interval

Determines how often to look for changes in endpoints.

default: 10s

Endpoint Variables

Endpoint variables exposed by this observer are as follows.

VariableDescription
type"port"
namename of the process associated to the port
portport number
commandfull command used to invoke this process, including the executable itself at the beginning
is_ipv6true if the endpoint is IPv6
transport"TCP" or "UDP"

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc