Socket
Socket
Sign inDemoInstall

@ms-cloudpack/external-telemetry

Package Overview
Dependencies
Maintainers
0
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/external-telemetry

Reporting external telemetry which is not about of cloudpack internals.


Version published
Weekly downloads
419
increased by78.3%
Maintainers
0
Weekly downloads
 
Created
Source

@ms-cloudpack/external-telemetry

A library for report external telemetry data important to Cloudpack workflows. Data will be reported to Application Insights using Open Telemetry standards and show up on our internal dashboards for monitoring the changes in timings and usage of existing scenarios as we migrate to new Cloudpack-powered workflows.

Example usage

  1. Create a client:
import { reportExternalTelemetryEvent } from '@ms-cloudpack/external-telemetry';

await reportExternalTelemetryEvent({
  eventName: 'LEGACY-START',
  attributes: {
    'my-attribute': 'value',
  },
});

FAQs

Package last updated on 27 Jun 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