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

Commit 49ff6b4

Browse files
authored
Fix the link to metrics.proto. (#164)
1 parent bae11e1 commit 49ff6b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metrics/Metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ backend, rely on the backend to perform validation, and pass back any errors
1313
from the backend.
1414

1515
The Metrics data model is defined as
16-
[metrics.proto](https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/stats/metrics/metrics.proto),
16+
[metrics.proto](https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/metrics/metrics.proto),
1717
but the proto is just to illustrate the concepts. OpenCensus implementations
1818
don't have to use the actual proto, and can instead use a language-specific
1919
in-memory data structure that captures what exporters need. This structure

0 commit comments

Comments
 (0)