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

Commit bae11e1

Browse files
authored
Move Metrics to its own directory. (#163)
1 parent 4457606 commit bae11e1

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

File renamed without changes.

metrics/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OpenCensus Library Metrics Package
2+
This documentation serves to document the "look and feel" of the open source metrics package. It
3+
describes the key types and the overall behavior.
4+
5+
Note: This is an experimental package and is likely to get backwards-incompatible updates in the future.
6+
7+
## Main APIs
8+
* [Metrics Data Model](Metrics.md): defines the metrics data model.

stats/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ metrics.
1313
data aggregation.
1414
* [Export API](Export.md): used by the specific vendors to define vendor specific exporters (e.g.
1515
Prometheus, Stackdriver, SignalFx).
16-
* [Metrics Data Model](Metrics.md): defines a data model for exporters.
1716

1817
## Utils
1918
* [HTTP integration](HTTP.md): document about how to instrument http frameworks.

0 commit comments

Comments
 (0)