0.22.0 • Published 4 years ago

zipkin-transport-http v0.22.0

Weekly downloads
68,944
License
Apache-2.0
Repository
github
Last release
4 years ago

Zipkin-transport-http

This is a module that sends Zipkin trace data to a configurable HTTP endpoint.

Usage:

npm install zipkin-transport-http --save

const {
  Tracer,
  BatchRecorder,
  jsonEncoder: {JSON_V2}
} = require('zipkin');
const {HttpLogger} = require('zipkin-transport-http');
const noop = require('noop-logger');

const recorder = new BatchRecorder({
  logger: new HttpLogger({
    endpoint: 'http://localhost:9411/api/v2/spans',
    jsonEncoder: JSON_V2, // optional, defaults to JSON_V1
    httpInterval: 1000, // how often to sync spans. optional, defaults to 1000
    headers: {'Authorization': 'secret'}, // optional custom HTTP headers
    log: noop // optional (defaults to console)
  })
});

const tracer = new Tracer({
  recorder,
  ctxImpl, // this would typically be a CLSContext or ExplicitContext
  localServiceName: 'service-a' // name of this application
});
assrvenustech-node-server@wf-core/core@everything-registry/sub-chunk-3234vulcain-corejsvloud-utils@creditkarma/thrift-zipkin-core@creditkarma/zipkin-core@daikonli/think-zipkinlb-zipkin@uplatform/tracer@uplatform/tracingtstats@apifie/node-microservice@adminide-stack/user-activity-browser@betit/orion-node-sdk@adamquadmon/gatsby-theme-lucifero@dfns/dfns-libzhike-jwtzhike-zipkin-backendzhike-zipkin-expresszhike-zipkin-frontendzipkin-instrumentation-vue-resourcezipkin-instrumentation-grpcjszipkin-instrumentation-koa-slimzipkin-instrumentation-miniapp-requestzipkin-express-middleware-attrzipkin-express-wrapper@fastify/zipkin@finos/legend-tracer-extension-zipkin@finos/legend-tracer-plugin-zipkin@fonoster/grpc-interceptors@hpidcock/node-grpc-interceptors@finos/legend-studio-plugin-tracer-zipkin@finos/legend-extension-tracer-zipkin@gatsbyjs/gatsby-theme-website@govtechsg/express-zipkin-instrumentation@infotrends/apollo-graphql-tools@liyuecheng/think-zipkin@nanhuazhang/grpc-interceptors@echo-health/grpc-interceptors@mcf/tracer@jlborrero/zipkin@joeir/tracer@kokoye2007/microservice-blueprint-nodejs@quancheng/valkyriejs@pionerlabs/grpc-interceptorsmicroservice-support-stackmicroservice-support-toolkitmicroservice-support-toolkit-v_1microservice-support-toolkit1microservice-support-toolkit2ruairi-testsasdn-zipkinnode-base-modulenebulajs-corencuratednode-tracing-middlewarenode-sleuthreact-tracinggridvo-common-jsgrpcjs-interceptorsibmapmibmapm-embedhapi-zipkinmakini-adapter-js-coremenora-conversation-botmenora-conversation-bot2@wf-core/components@types/zipkin-instrumentation-fetch@types/zipkin-transport-http@timbel-net/msa-express@uswitch/koa-zipkin@usvc/tracer@usvc/boilerplate@usvc/component-tracer@youseedk/jss-servera8e-tracerai-draw-xspsangular-tracingat-nestjs-coreannamsappmetrics-zipkinberlioz-connectorberlioz-sdkdubbo-sleuthegg-simple-zipkinegg-zipkinegg-opentracing-zipkinexpress-zipkin-instrumentationfi-zipkin-instrumentationgenet-api-frameworkgatsby-build-newrelicgatsby-plugin-newrelic-testgatsby-theme-gatsbyjs-website@speedymonster/grpc-interceptors
0.22.1-alpha.6

4 years ago

0.22.1-alpha.5

4 years ago

0.22.1-alpha.3

5 years ago

0.21.1-alpha.3

5 years ago

0.22.0

5 years ago

0.21.1-alpha.0

5 years ago

0.21.1-alpha.1

5 years ago

0.21.0

5 years ago

0.20.0

5 years ago

0.19.3-alpha.1

5 years ago

0.19.3-alpha.2

5 years ago

0.19.2

5 years ago

0.19.2-alpha.6

5 years ago

0.19.2-alpha.3

5 years ago

0.19.2-alpha.1

6 years ago

0.19.1

6 years ago

0.20.0-alpha.1

6 years ago

0.20.0-alpha.0

6 years ago

0.19.0

6 years ago

0.18.6

6 years ago

0.18.5

6 years ago

0.18.4

6 years ago

0.18.4-alpha.7

6 years ago

0.19.0-alpha.4

6 years ago

0.18.3

6 years ago

0.18.2

6 years ago

0.18.1

6 years ago

0.18.0

6 years ago

0.17.1

6 years ago

0.16.2

6 years ago

0.16.1

6 years ago

0.16.0

6 years ago

0.15.0

7 years ago

0.14.3

7 years ago

0.14.2

7 years ago

0.14.1

7 years ago

0.14.0

7 years ago

0.13.0

7 years ago

0.12.0

7 years ago

0.11.2

7 years ago

0.11.1

8 years ago

0.11.0

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.0

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago