Bài viết mới chia sẻ 3 mẫu triển khai OpenTelemetry Collector ở quy mô lớn: Load balancer, Multi-cluster và Per-signal. Kèm theo lời khuyên hữu ích để chọn mẫu phù hợp với kiến trúc của bạn!

#OpenTelemetry #OTelCollector #Deployment #Scalability #CôngNghệ #TriểnKhai

https://www.reddit.com/r/programming/comments/1pdzrcg/patterns_for_deploying_otel_collector_at_scale/

How tracing works with OpenTelemetry

youtu.be/LQOeaxfiAt8

Nice
#devops video about #otel #otelCollector with #docker #dockerCompose and relevant for #kubernetes
How Tracing works with OpenTelemetry

YouTube

⏳ Haven’t shared your experience with the OpenTelemetry Collector yet? There’s still time!

Our follow-up survey is still open, and we’re inviting all Collector users to help us understand:
- What’s improved
- What still needs work
- How we can better support your use cases

Even if you responded to the first survey, we’d love your updated perspective.

📝 Take 5 minutes and tell us what’s up → https://buff.ly/Ghoh5H9

#OpenTelemetry #otel #otelcollector #observability

Exposing OTel Collector in Kubernetes with Gateway API & mTLS

The goal of this blog post is to demonstrate how you can expose an OpenTelemetry (OTel) Collector running inside Kubernetes to the outside world securely, using the Kubernetes Gateway API and mutual TLS (mTLS) for authentication and encryption. As observability becomes increasingly critical in modern distributed systems, centralizing telemetry data via OTel Collectors deployed in one or many Kubernetes clusters is common practice. Often, services or agents running outside your Kubernetes cluster need to send data to these Collectors. Exposing internal services requires careful consideration of security and standardization. This is where the Kubernetes Gateway API and mTLS shine.

OpenTelemetry

Last week's #OTelCollector user feedback session is now available on the #OTel YouTube channel, featuring Iris Dyrmishi, Greg Eales, Juraj Michálek, and Joel Verezhak. Moderated by Yours Truly. 👇

https://www.youtube.com/watch?v=LL8v_B417ok

OTel Collector User Feedback Panel

YouTube

My latest post on the #OTel blog. If you're using the #OTelCollector or are looking into using it, then this post is for you!

https://opentelemetry.io/blog/2024/otel-collector-anti-patterns/

OpenTelemetry Collector Antipatterns

The OpenTelemetry Collector is one of my favorite OpenTelemetry (OTel) components. It’s a flexible and powerful data pipeline which allows you to ingest OTel data from one or more sources, transform it (including batching, filtering, and masking), and export it to one or more observability backends for analysis. It’s vendor-neutral. It’s extensible, meaning that you can create your own custom components for it. What’s there not to like? Unfortunately, as it happens with many tools out there, it is also very easy to fall into some bad habits.

OpenTelemetry

Are you using the #OTelCollector or are considering using it in your organization? Then check out the latest post on the #OTel blog on OTel Collector Anti Patterns!

https://buff.ly/48BirkX

#opentelemetry #observability #o11y

OpenTelemetry Collector Antipatterns

The OpenTelemetry Collector is one of my favorite OpenTelemetry (OTel) components. It’s a flexible and powerful data pipeline which allows you to ingest OTel data from one or more sources, transform it (including batching, filtering, and masking), and export it to one or more observability backends for analysis. It’s vendor-neutral. It’s extensible, meaning that you can create your own custom components for it. What’s there not to like? Unfortunately, as it happens with many tools out there, it is also very easy to fall into some bad habits.

OpenTelemetry

Want to learn about how other end users implement and use #OTelCollector? Then check out this week's #OTel Collector End User feedback panel. The goal is to help us inform project priorities for the Collector – we'll be asking our four panelists questions such as, how are you primarily using the Collector? What are your pain points, and what capabilities would you like to see?

When: Thursday, Feb 29 13:00 EST/10:00 PST
Calendar Link: https://buff.ly/49sQjSm

#opentelemetry #otelEUWG

Does anyone know how the #otelcollector httpsetterextension works?
I am trying to forward a header I send with my logs from #csharp

https://stackoverflow.com/questions/77943760/forwarding-a-http-header

Forwarding a HTTP header

I have a http header: X-Seq-ApiKey send as part of the request going to the otel collector. I need to forward this through the otelhttp exporter. I have found this extension, that i believe should be

Stack Overflow
@eliasr there's a number of agents that can do the scraping with random offsets and then use remote_write to push the metrics to Prometheus. Off the top of my head #Telegraf and #VictoriaMetrics agent can do this. #OTelCollector probably as well, though I'd need to consult the documentation to verify that.