Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 857 Bytes

OpenCensus Library Stats Package

This documentation serves to document the "look and feel" of the open source stats package. It describes the key types and the overall behavior.

Overview

OpenCensus allows users to create typed measures, record measurements, define data aggregation, and export aggregated data.

Main APIs

  • Record API: used by the application and libraries (e.g gRPC) owners to record metrics.
  • Data Aggregation API: used by the application owners to define and enable data aggregation.
  • Export API: used by the specific vendors to define vendor specific exporters (e.g. Prometheus, Stackdriver, SignalFx).

Utils