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