Skip to content

Commit 6735104

Browse files
authored
OpenTracing → OpenTelemetry (#368)
OpenTracing has been archived [1] as it was merged into OpenTelemtry. The OpenTelemetry project is the successor to OpenTracing and OpenCensus, providing a unified set of APIs, libraries, agents, and instrumentation for observability. [1] https://www.cncf.io/blog/2022/01/31/cncf-archives-the-opentracing-project/
1 parent 63f7a81 commit 6735104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- Logs should be easily accessible and searchable in a log aggregation system.
5151
- Agree log levels (e.g. DEBUG, INFO, ERROR) and use them consistently.
5252
- Consider using structured (i.e. Json formatted) log messages, as log aggregation systems can often perform more effective searches of these.
53-
- Tracing can be implemented using cloud platform-native tools like [AWS X-Ray](https://aws.amazon.com/xray/) or open source equivalents such as [OpenTracing](https://opentracing.io/docs/overview/what-is-tracing/). APM tools mentioned elsewhere also typically include tracing functionality.
53+
- Tracing can be implemented using cloud platform-native tools like [AWS X-Ray](https://aws.amazon.com/xray/) or open source equivalents such as [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/). APM tools mentioned elsewhere also typically include tracing functionality.
5454
- More **things to monitor**.
5555
- Monitor (and generate alerts for) the expiry dates of the SSL certificates within the service. See [acm-cert-monitor](../tools/acm-cert-monitor/) for an example lambda and Terraform stack to monitor your AWS ACM certificates.
5656
- Or, even better, outsource certificate management completely (see [outsource from the bottom up](../patterns/outsource-bottom-up.md))

0 commit comments

Comments
 (0)