All Projects → census-instrumentation → Opencensus Node

census-instrumentation / Opencensus Node

Licence: apache-2.0
A stats collection and distributed tracing framework

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Opencensus Node

Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (+157.03%)
Mutual labels:  cloud, monitoring, metrics, tracing, stats, distributed-tracing, trace, zipkin, dapper
Opencensus Web
A stats collection and distributed tracing framework
Stars: ✭ 168 (-32.53%)
Mutual labels:  cloud, monitoring, metrics, tracing, stats, instrumentation, distributed-tracing, trace
Opencensus Csharp
Distributed tracing and stats collecting framework
Stars: ✭ 126 (-49.4%)
Mutual labels:  cloud, monitoring, metrics, tracing, stats, distributed-tracing, trace
Opencensus Go
A stats collection and distributed tracing framework
Stars: ✭ 1,895 (+661.04%)
Mutual labels:  cloud, monitoring, stats, distributed-tracing, trace, zipkin
Zipkin Go Opentracing
OpenTracing Bridge for Zipkin Go
Stars: ✭ 472 (+89.56%)
Mutual labels:  tracing, instrumentation, distributed-tracing, trace, zipkin
Zipkin Go
Zipkin tracer library for go
Stars: ✭ 435 (+74.7%)
Mutual labels:  tracing, instrumentation, distributed-tracing, trace, zipkin
Spring Cloud Sleuth
Distributed tracing for spring cloud
Stars: ✭ 1,531 (+514.86%)
Mutual labels:  tracing, instrumentation, distributed-tracing, zipkin
Opencensus Erlang
A stats collection and distributed tracing framework
Stars: ✭ 131 (-47.39%)
Mutual labels:  cloud, monitoring, stats, trace
Kamon
Distributed Tracing, Metrics and Context Propagation for application running on the JVM
Stars: ✭ 1,280 (+414.06%)
Mutual labels:  monitoring, metrics, tracing, distributed-tracing
dropwizard-zipkin
Dropwizard Zipkin Bundle
Stars: ✭ 48 (-80.72%)
Mutual labels:  instrumentation, tracing, zipkin, distributed-tracing
zipkin-cpp-opentracing
OpenTracing Tracer implementation for Zipkin in C++
Stars: ✭ 46 (-81.53%)
Mutual labels:  instrumentation, tracing, trace, zipkin
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (-62.25%)
Mutual labels:  metrics, tracing, zipkin, distributed-tracing
go-sensor
🚀 Go Distributed Tracing & Metrics Sensor for Instana
Stars: ✭ 90 (-63.86%)
Mutual labels:  instrumentation, tracing, trace, distributed-tracing
zipkin-ruby-opentracing
OpenTracing Tracer implementation for Zipkin in Ruby
Stars: ✭ 15 (-93.98%)
Mutual labels:  instrumentation, tracing, trace, zipkin
Jaeger Ui
Web UI for Jaeger
Stars: ✭ 639 (+156.63%)
Mutual labels:  monitoring, tracing, distributed-tracing, trace
Brave
Java distributed tracing implementation compatible with Zipkin backend services.
Stars: ✭ 2,117 (+750.2%)
Mutual labels:  tracing, instrumentation, distributed-tracing, zipkin
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (+106.02%)
Mutual labels:  monitoring, metrics, instrumentation, trace
Molten
php probe for zipkin and opentracing
Stars: ✭ 740 (+197.19%)
Mutual labels:  tracing, instrumentation, trace, zipkin
Brave Opentracing
Bridge between OpenTracing and Brave
Stars: ✭ 64 (-74.3%)
Mutual labels:  tracing, instrumentation, distributed-tracing, zipkin
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-54.22%)
Mutual labels:  monitoring, distributed-tracing, trace

OpenCensus - A stats collection and distributed tracing framework

Gitter chat Node Version NPM Published Version codecov Known Vulnerabilities Apache License

OpenCensus Node.js is an implementation of OpenCensus, a toolkit for collecting application performance and behavior monitoring data. It currently includes 3 apis: stats, tracing and tags. Please visit the OpenCensus Node.js package for tracing usage and OpenCensus Core package for stats usage.

The library is in alpha stage and the API is subject to change.

Please join gitter for help or feedback on this project.

OpenCensus and OpenTracing have merged to form OpenTelemetry, which serves as the next major version of OpenCensus and OpenTracing. OpenTelemetry will offer backwards compatibility with existing OpenCensus integrations, and we will continue to make security patches to existing OpenCensus libraries for two years. Read more about the merger here.

Installation

Install OpenCensus with:

npm install @opencensus/nodejs

Install OpenCensus Base without automatic instrumentation:

npm install @opencensus/nodejs-base

Plugins

OpenCensus can collect tracing data automatically using plugins. Users can also create and use their own plugins. Currently, OpenCensus supports automatic tracing for:

Propagation

OpenCensus collects distributed tracing. It is able to do so by propagating span data through services. Currently, OpenCensus supports:

Exporters

OpenCensus is vendor-agnostic and can upload data to any backend with various exporter implementations. Even though, OpenCensus provides support for many backends, users can also implement their own exporters for proprietary and unofficially supported backends. Currently, OpenCensus supports:

Trace exporters

Stats/Metrics exporters

How to setup debugging Z-Pages?

  • If the application owner wants to export in-process tracing and stats data via HTML debugging pages see this Z-Pages.

If no exporter is registered in the tracing instance, as default, a console log exporter is used.

Versioning

This library follows Semantic Versioning.

GA: Libraries defined at a GA quality level are stable, and will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority. If we were to make a backwards-incompatible changes on an API, we will first mark the existing API as deprecated and keep it for 18 months before removing it.

Beta: Libraries defined at a Beta quality level are expected to be mostly stable and we're working towards their release candidate. We will address issues and requests with a higher priority. There may be backwards incompatible changes in a minor version release, though not in a patch release. If an element is part of an API that is only meant to be used by exporters or other opencensus libraries, then there is no deprecation period. Otherwise, we will deprecate it for 18 months before removing it, if possible.

Alpha: Libraries defined at a Alpha quality level can be unstable and could cause crashes or data loss. Alpha software may not contain all of the features that are planned for the final version. The API is subject to change.

Useful links

LICENSE

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].