Socket
Socket
Sign inDemoInstall

@ms-cloudpack/external-telemetry

Package Overview
Dependencies
65
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

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
207
increased by27.78%
Maintainers
3
Created
Weekly downloads
 

Readme

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

Last updated on 02 May 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc