Why and how to send signals to a single OTLP end-point and from there to backends| OpenTelemetry
Help improve OpenTelemetry - share your feedback directly with us!| OpenTelemetry
With contributions from Adnan Rahić and Ken Hamric. The OpenTelemetry Demo is a system that simulates a Telescope Shop, consisting of multiple microservices written in different languages, each handling a specific capability of this distributed system. Its purpose is to demonstrate how OpenTelemetry tools and SDKs can be used in an application to obtain telemetry for monitoring results and even to track problems across multiple services. One challenge when maintaining the demo is to add new ...| OpenTelemetry
Welcome back to OpenTelemetry in Focus for June, 2023! It’s officially summer, but it’s not just hot outside – we’ve had some major announcements and releases this month. Are you a maintainer with something you’d like featured here? Get in touch with me via email, or on the CNCF Slack #otel-comms channel. Releases and Updates Here are the latest updates from some of our core repositories. Specification Version 1.22 includes a recommendation to reserve the aggregator normative for me...| OpenTelemetry
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.| Kubernetes
A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.| Kubernetes
A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.| Kubernetes