The primary stats API documentation is in the headers in opencensus/stats.
See the following classes and headers for the top-level interfaces:
- A
Measurespecifyies the resources against which data is recorded. recording.hdefines the recording function.
- A
ViewDescriptordefines what data a view collects, and provides an interface for registering it for export. - A
Viewprovides a handle for accessing data for a view within the task.