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
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...
david williams on LinkedIn: Having now used Datadog and Honeycomb for a while I have realized that… | 18 comments
Having now used Datadog and Honeycomb for a while I have realized that Datadog is like an encyclopedia. All of your data gets dumped in to this platform with… | 18 comments on LinkedIn
[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 ...
I recently set up the OpenTelemetry Collector (HostMetrics) to send data to Prometheus/Mimir and are using the following Grafana dashboard (https://grafana.com/grafana/dashboards/20376-opentelemetry-
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 ...
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:
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?
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.
splunk-otel-collector/examples/traces-with-telemetrygen/docker-compose.yml at 22d8607bcc08fe1b4b1260566506e5a97f97ed22 · signalfx/splunk-otel-collector
Contribute to signalfx/splunk-otel-collector development by creating an account on GitHub.