Socket
Socket
Sign inDemoInstall

github.com/launchdarkly/opencensus-go-exporter-stackdriver

Package Overview
Dependencies
17
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/launchdarkly/opencensus-go-exporter-stackdriver

Package stackdriver contains the OpenCensus exporters for Stackdriver Monitoring and Stackdriver Tracing. This exporter can be used to send metrics to Stackdriver Monitoring and traces to Stackdriver trace. The package uses Application Default Credentials to authenticate by default. See: https://developers.google.com/identity/protocols/application-default-credentials Alternatively, pass the authentication options in both the MonitoringClientOptions and the TraceClientOptions fields of Options. This exporter support exporting OpenCensus views to Stackdriver Monitoring. Each registered view becomes a metric in Stackdriver Monitoring, with the tags becoming labels. The aggregation function determines the metric kind: LastValue aggregations generate Gauge metrics and all other aggregations generate Cumulative metrics. In order to be able to push your stats to Stackdriver Monitoring, you must: These steps enable the API but don't require that your app is hosted on Google Cloud Platform. This exporter supports exporting Trace Spans to Stackdriver Trace. It also supports the Google "Cloud Trace" propagation format header.


Version published

Readme

Source

OpenCensus Go Stackdriver - LaunchDarkly fork

This is a fork of the last release of contrib.go.opencensus.io/exporter/stackdriver, the OpenCensus client for Google Cloud Trace, formerly known as StackDriver. It is used by the LaunchDarkly Relay Proxy. The fork exists to allow security patches, until LaunchDarkly is able to abandon the OpenCensus API and switch to OpenTelemetry. These patches may involve disabling functionality that LaunchDarkly does not use. LaunchDarkly provides no support for use of this code for any other purpose.

For more information about this library, see the original repository.

FAQs

Last updated on 26 Oct 2022

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