OpenTelemetry

OpenTelemetry

132 bookmarks
Custom sorting
OTEL in Practice: Filtering & Parsing Data with the OTel Collector
OTEL in Practice: Filtering & Parsing Data with the OTel Collector
Filtering and parsing data with the OpenTelemetry Collector: a beginner's guide. Not all data comes out perfect from OpenTelemetry instrumentation, but rather than mucking with it in your datastore, the collector can can filter, sort, compress, and parse data before it's sent. Nočnica shows you how to do basic log and metrics transformations within the collector. #opentelemetry #observability #otel
·youtube.com·
OTEL in Practice: Filtering & Parsing Data with the OTel Collector
OTLP exporter emits empty messages when using redis storage for persistent queue · Issue #37636 · open-telemetry/opentelemetry-collector-contrib
OTLP exporter emits empty messages when using redis storage for persistent queue · Issue #37636 · open-telemetry/opentelemetry-collector-contrib
Component(s) extension/storage/redisstorage What happened? Description Empty otlp messages are emitted when the otlp exporter is configured with the sending queue enabled and the redis storage exte...
·github.com·
OTLP exporter emits empty messages when using redis storage for persistent queue · Issue #37636 · open-telemetry/opentelemetry-collector-contrib
[collector] Provide alternateConfig option for use in subcharts to workaround null issue by TylerHelmuth · Pull Request #1301 · open-telemetry/opentelemetry-helm-charts
[collector] Provide alternateConfig option for use in subcharts to workaround null issue by TylerHelmuth · Pull Request #1301 · open-telemetry/opentelemetry-helm-charts
Since there is no fix for helm/helm#12879 yet, this provides an alternate way to provide configuration with the collector. This new field should really only be used when the collector is used as a ...
·github.com·
[collector] Provide alternateConfig option for use in subcharts to workaround null issue by TylerHelmuth · Pull Request #1301 · open-telemetry/opentelemetry-helm-charts
Potential fixes for datadog exporter (very long initialization) · Issue #592 · open-telemetry/opentelemetry-helm-charts
Potential fixes for datadog exporter (very long initialization) · Issue #592 · open-telemetry/opentelemetry-helm-charts
Hello. This follows issue #591 After doing more investigation, it looks like the datadog agent is sometime (depending on where you are hosted) taking more than 1 minute to initialize. blocking the ...
·github.com·
Potential fixes for datadog exporter (very long initialization) · Issue #592 · open-telemetry/opentelemetry-helm-charts
OpenTelemetry Collector Chart: Presets
OpenTelemetry Collector Chart: Presets
Introduction The OpenTelemetry Collector is an important tool for monitoring a Kubernetes cluster and all the services that in within. To facilitate installation and management of a collector deployment in a Kubernetes the OpenTelemetry community created the OpenTelemetry Collector Helm Chart. This helm chart can be used to install a collector as a Deployment, Daemonset, or Statefulset. Installing the Chart To install the chart with the release name my-opentelemetry-collector, run the following commands:
values.yaml file
·opentelemetry.io·
OpenTelemetry Collector Chart: Presets
OpenTelemetry Protocol File Exporter
OpenTelemetry Protocol File Exporter
Status: Development This document provides a placeholder for specifying an OTLP exporter capable of exporting to either a file or stdout. Currently, it only describes the serialization of OpenTelemetry data to the OTLP JSON format. Table of Contents Use Cases Exporter configuration Programmatic configuration JSON File serialization File storage requirements JSON lines file Streaming appending Telemetry data requirements Examples Use Cases Why do we need a file exporter - why not just use the OTLP exporter?
·opentelemetry.io·
OpenTelemetry Protocol File Exporter
Important Components for Kubernetes
Important Components for Kubernetes
The OpenTelemetry Collector supports many different receivers and processors to facilitate monitoring Kubernetes. This section covers the components that are most important for collecting Kubernetes data and enhancing it. Components covered in this page: Kubernetes Attributes Processor: adds Kubernetes metadata to incoming application telemetry. Kubeletstats Receiver: pulls node, pod, and container metrics from the API server on a kubelet. Filelog Receiver: collects Kubernetes logs and application logs written to stdout/stderr. Kubernetes Cluster Receiver: collects cluster-level metrics and entity events. Kubernetes Objects Receiver: collects objects, such as events, from the Kubernetes API server. Prometheus Receiver: receives metrics in Prometheus format. Host Metrics Receiver: scrapes host metrics from Kubernetes nodes. For application traces, metrics, or logs, we recommend the OTLP receiver, but any receiver that fits your data is appropriate.
·opentelemetry.io·
Important Components for Kubernetes
Aspire Dashboard
Aspire Dashboard
A free & open-source OpenTelemetry dashboard for deep insights into your apps on your local development machine.Aspire Dashboard for OpenTelemetry
·aspiredashboard.com·
Aspire Dashboard