Skip to content

Commit a326c09

Browse files
authored
docs: revert OTel replacements that were correct (#27)
Specifically around the Design section, covering the semantic convention for feature flags in OTel. Signed-off-by: Tom Carrio <[email protected]>
1 parent 5bf9e94 commit a326c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/DDTrace/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package also builds on various PSRs (PHP Standards Recommendations) such as
1414

1515
### Design
1616

17-
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`.
17+
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`.
1818

1919
### Autoloading
2020

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

6060
### Testing
6161

62-
Run tests with `composer run test`.
62+
Run tests with `composer run test`.

0 commit comments

Comments
 (0)