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

@aurox/telemetry

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurox/telemetry

A universal solution for logging, tracing, metrics, health-checks and more

  • 0.1.2
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Aurox Telemetry

Universal solution for logging, tracing, metrics, health-checks and more.

Beacon

Setups an http server to serve health-check endpoints such as /health, /live and /ready.

  • AUROX_TELEMETRY_BEACON_DISABLED: Disables the beacon when set to true, this forces the beacon to be disabled.
  • AUROX_TELEMETRY_BEACON_PORT: The port the beacon uses to respond to health check requests. Default: 8080.

Logger

Intercepts the console object to output json, yaml or pretty printed logs.

  • AUROX_TELEMETRY_LOGGER_FORMAT: How to output the logs. Can be json, yaml or pretty. Default: json.
  • AUROX_TELEMETRY_LOGGER_SEVERITY: Pick a severity to disable outputting any severity that is lower. Default: INFO.
    • Valid values: DEFAULT, DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY

FAQs

Package last updated on 07 Sep 2021

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