Skip to content

Commit

Permalink
Fix urls which can not access (#402)
Browse files Browse the repository at this point in the history
- Fix some out-of-date urls which link to [specification](https://github.com/open-telemetry/opentelemetry-specification).
- .../metrics/datamodel.md -> .../metrics/data-model.md
- .../common/common.md#attributes -> .../common/README.md#attribute
  • Loading branch information
taloric authored Jun 16, 2022
1 parent 96bc1ec commit 9e7c1b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Full list of differences found in [this compare](https://github.com/open-telemet

* Add `csharp_namespace` option to protos.
([#399](https://github.com/open-telemetry/opentelemetry-proto/pull/399))
* Fix some out-of-date urls which link to [specification](https://github.com/open-telemetry/opentelemetry-specification). ([#402](https://github.com/open-telemetry/opentelemetry-proto/pull/402))

### Added

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ message InstrumentationLibraryMetrics {
// Defines a Metric which has one or more timeseries. The following is a
// brief summary of the Metric data model. For more details, see:
//
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md
//
//
// The data model and relation between entities is shown in the
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry/proto/trace/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ message Span {
// "abc.com/score": 10.239
//
// The OpenTelemetry API specification further restricts the allowed value types:
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/common.md#attributes
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute
// Attribute keys MUST be unique (it is not allowed to have more than one
// attribute with the same key).
repeated opentelemetry.proto.common.v1.KeyValue attributes = 9;
Expand Down

0 comments on commit 9e7c1b3

Please sign in to comment.