You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
Copy file name to clipboardExpand all lines: practices/observability.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
- Logs should be easily accessible and searchable in a log aggregation system.
51
51
- Agree log levels (e.g. DEBUG, INFO, ERROR) and use them consistently.
52
52
- 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.
54
54
- More **things to monitor**.
55
55
- 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.
56
56
- Or, even better, outsource certificate management completely (see [outsource from the bottom up](../patterns/outsource-bottom-up.md))
0 commit comments