Skip to content

Commit

Permalink
docs: revert OTel replacements that were correct (#27)
Browse files Browse the repository at this point in the history
Specifically around the Design section, covering the semantic convention for feature flags in OTel.

Signed-off-by: Tom Carrio <tom@carrio.dev>
  • Loading branch information
tcarrio committed Dec 29, 2022
1 parent 5bf9e94 commit a326c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/DDTrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package also builds on various PSRs (PHP Standards Recommendations) such as

### Design

OpenTracing is now an archived project of the CNCF, with suggestions to move towards DDTrace. Feel free to check out our [DDTrace hook for OpenFeature](../DDTrace/README.md) as well. DDTrace defines a semantic convention for feature flagging which is utilized in this hook to report flag evaluations, which is the basis for the log events being performed in this library for `dd-trace`.
OpenTracing is now an archived project of the CNCF, with suggestions to move towards OpenTelemetry. Feel free to check out our [OpenTelemetry hook for OpenFeature](../OpenTelemetry/README.md) as well. OpenTelemetry defines a semantic convention for feature flagging which is utilized in this hook to report flag evaluations, which is the basis for the log events being performed in this library for `dd-trace`.

### Autoloading

Expand Down Expand Up @@ -59,4 +59,4 @@ We value having as few runtime dependencies as possible. The addition of any dep

### Testing

Run tests with `composer run test`.
Run tests with `composer run test`.

0 comments on commit a326c09

Please sign in to comment.