logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Dan Jaglowski
2023-04-21

tldr - powered by Generative AI

The OpenTelemetry Collector is now a more capable tool for processing telemetry due to the introduction of the Connectors framework.
  • The Connectors framework allows for the creation of generalized systems for managing telemetry.
  • Connectors can be used to replicate and merge data streams, apply sampling criteria, and reason about multiple data types in one place.
  • The structure of pipelines and data streams in the OpenTelemetry Collector is governed by certain rules and expectations.
  • The Connectors framework can be used to address limitations in the existing pipeline structure.
  • An anecdote is provided to illustrate how the Connectors framework can be used to filter and redact telemetry data.
Authors: Jonah Kowall
2021-10-15

tldr - powered by Generative AI

The conference presentation covers both introductory and deep dive material for the Jaeger distributed tracing backend, including the Jaeger operator and metrics work. The presentation emphasizes the importance of instrumenting code for meaningful traces and the challenges of service meshes.
  • Jaeger is a popular open source distributed tracing backend that requires code instrumentation for meaningful traces
  • The Jaeger operator is a cool piece of technology that is part of the project
  • Metrics work has been going on in Jaeger
  • Service meshes present challenges for distributed tracing
  • The speaker's company is a SAS observability company that focuses on an open source-based platform that includes Jaeger
Authors: Juraci Paixão Kröhling
2021-10-13

tldr - powered by Generative AI

The versatility of OpenTelemetry Collector and its various deployment patterns
  • OpenTelemetry Collector can be used for tracing, metrics, and logs
  • Deployment patterns include fan out, normalizer, sidecar, multi-cluster, and multi-tenant
  • Collectors can be chained together and customized for specific needs
  • Mix and match components and collector instances for optimal deployment