fastify-opentelemetry
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13052