Container deployment with OpenTelemetry
Containers help in easy localized deployment of applications but without instrumentation data it is kind of hard to understand the current state and healthiness of the container.
OpenTelemetry is one such tool which helps in this area. Quoting from the website:
OpenTelemetry is an open-source CNCF (Cloud Native Computing Foundation) project formed from the merger of the OpenCensus and OpenTracing projects. It provides a collection of tools, APIs, and SDKs for capturing metrics, distributed traces and logs from applications.
OpenTelemetry makes it easy to add instrumentation to your containers. This idea is experimented in detail explanation here gives a good reference with concepts and other details.
LEAVE A COMMENT
Comments are powered by Utterances. A free GitHub account is required. Comments are moderated. Be respectful. No swearing or inflammatory language. No spam.
I reserve the right to delete any inappropriate comments. All comments for all pages can be viewed and searched online here. To edit or delete your comment: click the "Comments" link at the top of the comments section below where it says how many comments have been left (this will take you to a GitHub page with all comments for this page) --> find your comment on this GitHub page and click the 3 dots in the top-right --> click "Edit" or "Delete". Editing or adding a comment from the GitHub page also gives you a nicer editor.