Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions opencensus/stats/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Stats API

The primary stats API documentation is in the headers in `opencensus/stats`.
See the following classes and headers for the top-level interfaces:

### Recording data
- A [`Measure`](measure.h) specifyies the resources against which data is
recorded.
- [`recording.h`](recording.h) defines the recording function.

### Accessing data
- A [`ViewDescriptor`](view_descriptor.h) defines what data a view collects,
and provides an interface for registering it for export.
- A [`View`](view.h) provides a handle for accessing data for a view within the
task.