Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Dec 6, 2022
1 parent 47d2fc4 commit ef6da51
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,14 @@ Finally, the Application would update all usages of OpenCensus to OpenTelemetry.

### Requirements

OpenTelemetry<->OpenCensus compatibility has the following requirements:

1. OpenCensus has no hard dependency on OpenTelemetry
2. Minimal changes to OpenCensus for implementation
3. Easy for users to use, ideally no change to their code

Additionally, for tracing there are the following requirements:

1. Maintain parent-child span relationship between applications and libraries
2. Maintain span link relationships between applications and libraries

This component MUST be an optional dependency.
The OpenTelemetry<->OpenCensus trace bridge has the following requirements:

* OpenCensus has no hard dependency on OpenTelemetry
* Minimal changes to OpenCensus for implementation
* Easy for users to use, ideally no change to their code
* Maintain parent-child span relationship between applications and libraries
* Maintain span link relationships between applications and libraries
* This component MUST be an optional dependency.

### Creating Spans in OpenCensus

Expand Down

0 comments on commit ef6da51

Please sign in to comment.