All Projects → opencensus-beam → opencensus_telemetry

opencensus-beam / opencensus_telemetry

Licence: Apache-2.0 License
Opencensus integration with Telemetry library

Programming Languages

erlang
1774 projects
elixir
2628 projects

Projects that are alternatives of or similar to opencensus telemetry

Metrics
A metrics ecosystem for Rust.
Stars: ✭ 328 (+1722.22%)
Mutual labels:  metrics, telemetry
Haystack
Top level repository for Haystack, containing documentation and deployment scripts
Stars: ✭ 261 (+1350%)
Mutual labels:  metrics, telemetry
Cernan
telemetry aggregation and shipping, last up the ladder
Stars: ✭ 306 (+1600%)
Mutual labels:  metrics, telemetry
Opentelemetry Js
OpenTelemetry JavaScript Client
Stars: ✭ 700 (+3788.89%)
Mutual labels:  metrics, telemetry
Analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Stars: ✭ 814 (+4422.22%)
Mutual labels:  metrics, telemetry
Telemetry metrics
Collect and aggregate Telemetry events over time
Stars: ✭ 144 (+700%)
Mutual labels:  metrics, telemetry
Opentelemetry Dotnet
The OpenTelemetry .NET Client
Stars: ✭ 1,037 (+5661.11%)
Mutual labels:  metrics, telemetry
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+422.22%)
Mutual labels:  metrics, opencensus
Okanshi
mvno.github.io/okanshi
Stars: ✭ 14 (-22.22%)
Mutual labels:  metrics
FundamentalsQuantifier
A tool that allows you to visually compare the fundamentals of over 6,000 companies.
Stars: ✭ 195 (+983.33%)
Mutual labels:  metrics
Orchard-Azure-Application-Insights
This Orchard CMS module enables easy integration of Azure Application Insights telemetry into Orchard. Useful for Azure-based cloud hsoting.
Stars: ✭ 17 (-5.56%)
Mutual labels:  telemetry
metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
Stars: ✭ 91 (+405.56%)
Mutual labels:  metrics
sensu-plugins-http
This plugin provides native HTTP instrumentation for monitoring and metrics collection, including: response code, JSON response, HTTP last modified, SSL expiry, and metrics via `curl`.
Stars: ✭ 31 (+72.22%)
Mutual labels:  metrics
telemetry registry
A library for declaration and discovery of telemetry events
Stars: ✭ 25 (+38.89%)
Mutual labels:  telemetry
kamon-akka-http
Kamon integration for metrics, context and distributed tracing with Akka HTTP
Stars: ✭ 75 (+316.67%)
Mutual labels:  metrics
resilience4clj-circuitbreaker
Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt the propagation of failures.
Stars: ✭ 40 (+122.22%)
Mutual labels:  metrics
selectel-exporter
No description or website provided.
Stars: ✭ 25 (+38.89%)
Mutual labels:  metrics
s3 exporter
Exports Prometheus metrics about S3 buckets and objects
Stars: ✭ 65 (+261.11%)
Mutual labels:  metrics
prosoul
Automatic Project Assessment and Visualization based on Quality Models
Stars: ✭ 16 (-11.11%)
Mutual labels:  metrics
jradio
Software radio decoding
Stars: ✭ 40 (+122.22%)
Mutual labels:  telemetry

Opencensus.Telemetry

CircleCI codecov

Integration between telemetry and opencensus.

Installation

Rebar3:

{deps, [{opencensus_telemetry, "~> 0.1.0"}]}.

Mix:

def deps do
  [
    {:opencensus_telemetry, "~> 0.1.0"}
  ]
end

Usage

To add measure on event just run:

oc_telemetry:attach("measure/name", [event, name], "Description", unit).

Or in Elixir:

:oc_telemetry.attach("measure/name", [:event, :name], "Description", :unit)

License

See LICENSE file.

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].