0.22.0 • Published 3 years ago

zipkin-transport-http v0.22.0

Weekly downloads
68,944
License
Apache-2.0
Repository
github
Last release
3 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-3234egg-zipkin@types/zipkin-instrumentation-fetch@types/zipkin-transport-httpdubbo-sleuth@uplatform/tracer@uplatform/tracing@uswitch/koa-zipkin@usvc/boilerplate@usvc/component-tracer@usvc/traceregg-opentracing-zipkinegg-simple-zipkingatsby-plugin-newrelic-testgatsby-theme-gatsbyjs-websitea8e-tracerai-draw-xsps@apifie/node-microservice@adminide-stack/user-activity-browser@wf-core/componentsexpress-zipkin-instrumentation@adamquadmon/gatsby-theme-lucifero@youseedk/jss-serverfi-zipkin-instrumentationgenet-api-frameworkappmetrics-zipkinlb-zipkinat-nestjs-coreibmapmibmapm-embed@daikonli/think-zipkinncurated@fastify/zipkinmakini-adapter-js-coremenora-conversation-botmenora-conversation-bot2microservice-support-stackmicroservice-support-toolkitmicroservice-support-toolkit-v_1microservice-support-toolkit1microservice-support-toolkit2grpcjs-interceptorsangular-tracingannams@fonoster/grpc-interceptors@echo-health/grpc-interceptors@dfns/dfns-lib@creditkarma/thrift-zipkin-core@creditkarma/zipkin-corehapi-zipkinberlioz-connectorberlioz-sdkgatsby-build-newrelic@betit/orion-node-sdkgridvo-common-js@hpidcock/node-grpc-interceptors@govtechsg/express-zipkin-instrumentation@finos/legend-extension-tracer-zipkin@finos/legend-studio-plugin-tracer-zipkin@finos/legend-tracer-extension-zipkin@finos/legend-tracer-plugin-zipkinnode-base-modulenode-tracing-middlewarenode-sleuth@gatsbyjs/gatsby-theme-website@nanhuazhang/grpc-interceptors@jlborrero/zipkin@joeir/tracer@mcf/tracer@kokoye2007/microservice-blueprint-nodejsreact-tracing@liyuecheng/think-zipkinvulcain-corejsvloud-utilststatssasdn-zipkin@pionerlabs/grpc-interceptorsruairi-test@quancheng/valkyriejs@speedymonster/grpc-interceptorszhike-zipkin-backendzhike-zipkin-expresszhike-zipkin-frontendzhike-jwtzipkin-instrumentation-grpcjszipkin-instrumentation-koa-slimzipkin-instrumentation-miniapp-requestzipkin-instrumentation-vue-resourcezipkin-express-middleware-attrzipkin-express-wrapper
0.22.1-alpha.6

3 years ago

0.22.1-alpha.5

3 years ago

0.22.1-alpha.3

3 years ago

0.21.1-alpha.3

4 years ago

0.22.0

4 years ago

0.21.1-alpha.0

4 years ago

0.21.1-alpha.1

4 years ago

0.21.0

4 years ago

0.20.0

4 years ago

0.19.3-alpha.1

4 years ago

0.19.3-alpha.2

4 years ago

0.19.2

4 years ago

0.19.2-alpha.6

4 years ago

0.19.2-alpha.3

4 years ago

0.19.2-alpha.1

5 years ago

0.19.1

5 years ago

0.20.0-alpha.1

5 years ago

0.20.0-alpha.0

5 years ago

0.19.0

5 years ago

0.18.6

5 years ago

0.18.5

5 years ago

0.18.4

5 years ago

0.18.4-alpha.7

5 years ago

0.19.0-alpha.4

5 years ago

0.18.3

5 years ago

0.18.2

5 years ago

0.18.1

5 years ago

0.18.0

5 years ago

0.17.1

5 years ago

0.16.2

5 years ago

0.16.1

5 years ago

0.16.0

5 years ago

0.15.0

5 years ago

0.14.3

6 years ago

0.14.2

6 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago