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

fastify-opentelemetry

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-opentelemetry - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "fastify-opentelemetry",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenTelemetry fastify automatic instrumentation package.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,7 +5,7 @@ # fastify-opentelemetry

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://travis-ci.com/mkinoshi/fastify-opentelemetrye.svg?branch=master)](https://travis-ci.org/fastify/fastify-plugin)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://travis-ci.org/mkinoshi/fastify-opentelemetry.svg?branch=master)](https://travis-ci.org/mkinoshi/fastify-opentelemetry)
`fastify-opentelemetry` is a plugin that connects your application with OpenTelemetry API for [Fastify](https://github.com/fastify/fastify). It is built on top of the [OpenTelemetry API for Javascript](https://github.com/open-telemetry/opentelemetry-js) package.
If you want to connect to Stackdriver Trace API, please use [fastify-gcloud-trace](https://github.com/mkinoshi/fastify-gcloud-trace) instead.
If you want to connect to Stackdriver Trace API without using OpenTelemetry, please use [fastify-gcloud-trace](https://github.com/mkinoshi/fastify-gcloud-trace) instead.

@@ -16,3 +16,3 @@ This plugin automatically instruments OpenTelemetry Tracing, and generates trace results. You can configure exporters and OpenTelemetry API plugins as you want. Please check out the detail [here](https://github.com/open-telemetry/opentelemetry-js).

![IMAGE](![Screen Shot 2020-04-12 at 5.10.25 PM.png](quiver-image-url/891AD7BC3AECA691D0FA52182A16D2B7.png =1680x1050))
![Screen Shot 2020-04-12 at 5.10.25 PM.png](https://user-images.githubusercontent.com/10353744/79150441-2a3af380-7d9f-11ea-9ddb-da13f3b3c136.png)

@@ -19,0 +19,0 @@ ## Install

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