From d99b8579cc910edfc2154ab1d2cdf9b74f58c11a Mon Sep 17 00:00:00 2001 From: Bartlomiej Obecny Date: Tue, 6 Oct 2020 19:32:57 +0200 Subject: [PATCH] chore: readme lint --- examples/graphql/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/graphql/README.md b/examples/graphql/README.md index f8fc425dd89..20ec5747d52 100644 --- a/examples/graphql/README.md +++ b/examples/graphql/README.md @@ -1,8 +1,7 @@ -# Overview OpenTelemetry GraphQL Plugin - -[![NPM Published Version][npm-img]][npm-url] +# Overview OpenTelemetry GraphQL Plugin Example This example shows how to use 2 popular graphql servers + - [Apollo GraphQL](https://www.npmjs.com/package/apollo-server) - [GraphQL HTTP Server Middleware](https://www.npmjs.com/package/express-graphql) @@ -10,7 +9,6 @@ and [@opentelemetry/plugin-graphql](https://github.com/open-telemetry/openteleme This plugin should work with any graphql server as it instruments graphql directly. - This example will export spans data simultaneously using [Exporter Collector](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-exporter-collector). ## Installation @@ -49,7 +47,6 @@ npm install 5. You can also write your own queries, open page http://localhost:4000/graphql - ## Useful links - For more information on OpenTelemetry, visit: @@ -58,5 +55,3 @@ npm install ## LICENSE Apache License 2.0 -[npm-url]: https://www.npmjs.com/package/@opentelemetry/plugin-graphql -[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fplugin-graphql.svg