
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/couchdbreceiver
Advanced tools
| Status | |
|---|---|
| Stability | beta: metrics |
| Distributions | contrib |
| Issues | |
| Code coverage | |
| Code Owners | @antonblock | Seeking more code owners! |
| Emeritus | @djaglowski |
This receiver fetches stats from a couchdb server using the /_node/{node-name}/_stats/couchdb endpoint.
This receiver supports Couchdb versions 2.3+ and 3.1+.
The following settings are required:
usernamepasswordThe following settings are optional:
endpoint (default: http://localhost:5984): The URL of the couchdb endpoint
collection_interval (default = 60s): This receiver collects metrics on an interval. This value must be a string readable by Golang's time.ParseDuration. Valid time units are ns, us (or µs), ms, s, m, h.
receivers:
couchdb:
endpoint: http://localhost:5984
username: otelu
password: ${env:COUCHDB_PASSWORD}
collection_interval: 60s
The full list of settings exposed for this receiver are documented in config.go with detailed sample configurations in testdata/config.yaml. TLS config is documented further under the opentelemetry collector's configtls package.
Details about the metrics produced by this receiver can be found in metadata.yaml
FAQs
Unknown package
Did you know?

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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.