We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281389 commit e5d36d6Copy full SHA for e5d36d6
1 file changed
opencensus/stats/README.md
@@ -0,0 +1,15 @@
1
+# Stats API
2
+
3
+The primary stats API documentation is in the headers in `opencensus/stats`.
4
+See the following classes and headers for the top-level interfaces:
5
6
+### Recording data
7
+- A [`Measure`](measure.h) specifyies the resources against which data is
8
+ recorded.
9
+- [`recording.h`](recording.h) defines the recording function.
10
11
+### Accessing data
12
+- A [`ViewDescriptor`](view_descriptor.h) defines what data a view collects,
13
+ and provides an interface for registering it for export.
14
+- A [`View`](view.h) provides a handle for accessing data for a view within the
15
+ task.
0 commit comments