Skip to content

Commit b503d68

Browse files
authored
[editorial] Link check is failing because of updated heading in semconv (#4778)
## Changes The RPC section in the semantic-conventions repository has been updated and our link checker from the .io repo is failing during the workflows execution. * Updates the URL to match the new heading reference. * Updates the metric name `rpc.server.duration` -> `rpc.server.call.duration`. /cc @open-telemetry/docs-approvers --------- Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent 989485c commit b503d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/compatibility/opencensus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ instrumented codebases.
1717
Migrating from OpenCensus to OpenTelemetry may require breaking changes to the telemetry produced
1818
because of:
1919

20-
* Different or new semantic conventions for names and attributes (e.g. [`grpc.io/server/server_latency`](https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/gRPC.md#server) vs [`rpc.server.duration`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-metrics.md#metric-rpcserverduration))
20+
* Different or new semantic conventions for names and attributes (e.g. [`grpc.io/server/server_latency`](https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/gRPC.md#server) vs [`rpc.server.call.duration`](https://opentelemetry.io/docs/specs/semconv/rpc/rpc-metrics/#metric-rpcservercallduration))
2121
* Data model differences (e.g. OpenCensus supports [SumOfSquaredDeviations](https://github.com/census-instrumentation/opencensus-proto/blob/v0.3.0/src/opencensus/proto/metrics/v1/metrics.proto#L195), OTLP does not)
2222
* Instrumentation API feature differences (e.g. OpenCensus supports [context-based attributes](https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/Record.md#recording-stats)), OTel does not)
2323
* Differences between equivalent OC and OTel exporters (e.g. the OpenTelemetry Prometheus exporter [adds type and unit suffixes](prometheus_and_openmetrics.md#metric-metadata-1); OpenCensus [does not](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus/blob/v0.4.1/prometheus.go#L227))

0 commit comments

Comments
 (0)