opentelemetry-specification
signoz
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarLint - Clean code begins in your IDE with SonarLint
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
opentelemetry-specification | signoz | |
---|---|---|
93 | 263 | |
3,254 | 12,937 | |
2.4% | 4.9% | |
7.7 | 8.9 | |
5 days ago | 3 days ago | |
Makefile | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
opentelemetry-specification
-
Distributed Tracing with OpenTelemetry - Part I
OpenTelemetry is a standard for implementing telemetry in your applications. It provides a specification, containing the requirements that all implementations should follow as well as some implementations for major languages, including an API and a SDK to interact with it.
-
Observability - ApostropheCMS, OpenTelemetry, and New Relic
At this point, we are about to do the real work where we have to configure OpenTelemetry and export telemetry data to New Relic. Exporting this kind of data relies on a specific protocol; the OpenTelemetry Protocol or OTLP.
-
OpenTelemetry Logs - A Complete Introduction & Implementation
OpenTelemetry provides instrumentation libraries for your application. The development of these libraries is guided by the OpenTelemetry specification. The OpenTelemetry specification describes the cross-language requirements and design expectations for all OpenTelemetry implementations in various programming languages.
-
An Open Source Observability Platform | SigNoz
It follows a specification-driven development. The OpenTelemetry specification has design and implementation guidelines for how the instrumentation libraries should be implemented. In addition, it provides client libraries in all the major programming languages which follow the specification.
-
OpenTelemetry for Python: The Hard Way
Today we learned how to manually configure OpenTelemetry for Python to connect to Lightstep (this also works for any Observability back-end that ingests the OTLP format). We also learned how to link related services together through manual context propagation.
-
How to Instrument AWS Services with OpenTelemetry
According to the opentelemetry specification for messaging systems, When a process receives messages in a batch it is impossible for this process to determine the parent span for the span that it is currently creating.
-
Go standard library: structured, leveled logging
That's why you have otel logging: https://github.com/open-telemetry/opentelemetry-specificatio...
-
Guide to OpenTelemetry Distributed Tracing in Rust
OTLP protocol for shipping telemetry data
-
Observability Mythbusters: How hard is it to get started with OpenTelemetry?
Lightstep ingests data in native OpenTelemetry Protocol (OTLP) format, so we will use the OTLP Exporter. The exporter can be called either otlp or follow the naming format otlp/. We could call it otlp/bob if we wanted to. We're calling our exporter otlp/ls to signal to us that we are using the OTLP exporter to send the data to Lightstep.
-
Observability Mythbusters: OpenTelemetry to Lightstep 3 Ways in Go IS Possible!
Lightstep Observability supports the native OpenTelemetry Protocol (OTLP). It can receive data in the OTLP format either via HTTP or gRPC. You will need to specify which method you wish to use in your code, as we’ll see in the upcoming code snippets.
signoz
-
Exploring Datadog alternative
Give https://github.com/SigNoz/signoz a look
-
$65M for Obsevability
We are building OpenSource Observability at SigNoz. Have a look at https://github.com/SigNoz/signoz
-
OpenTelemetry Visualization?
SigNoz? https://github.com/SigNoz/signoz
-
"Coinbase (?) had a $65M Datadog bill per its Q1 earnings call"
Folks on this thread might want to check out SigNoz (https://github.com/SigNoz/signoz). It's an open source alternative to Datadog.
I am one of the maintainers at SigNoz. We have come across many more horror stories around Datadog billing while interacting with our users.
We recently did a deep dive on pricing, and found some interesting insights on how it is priced compared to other products.
Datadog's billing has two key issues:
I am not sure when you tried OpenTelemetry, but it is decently mature now, esp. for tracing. I am a maintainer at SigNoz (https://github.com/signoz/signoz) and we have good support for tracing using Otel for most of the common frameworks.
I agree it was a bit rapidly evolving in early days, but now its much more mature.
You can check out our docs for distributed tracing here - https://signoz.io/docs/instrumentation/
We are building SigNoz (https://github.com/SigNoz/signoz) - an open source alternative to DataDog. We are natively based on opentelemetry and see lots of our users very interested in that.
As mentioned in some other places in the thread, DataDog pricing is very unpredictable and high - and I think more open standards based solutions are the way forward which provides users more predictability and flexibility
You should check out SigNoz (https://github.com/SigNoz/signoz) - It's an open source alternative to DataDog with metrics, traces and logs in a single application. You can just self host it yourself or try the hosted version.
PS: I am one of the maintainers at SigNoz
-
I can't recommend serious use of an all-in-one local Grafana Loki setup
There's also Signoz (https://signoz.io) a YC-backed company but open source with (recently) paid hosted.
-
How on earth do people deal with Datadog's billing practices?
signoz.io switch over?
-
What mux/router to use now a days?
We use https://signoz.io/ easy to setup
What are some alternatives?
Sentry - Developer-first error tracking and performance monitoring
prometheus - The Prometheus monitoring system and time series database.
skywalking - APM, Application Performance Monitoring System
jaeger - CNCF Jaeger, a Distributed Tracing Platform
uptrace - Open source APM: OpenTelemetry traces, metrics, and logs
zipkin - Zipkin is a distributed tracing system
pino - 🌲 super fast, all natural json logger
apm-server - APM Server
Hangfire - An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
Serilog - Simple .NET logging with fully-structured events
otel-with-apache-pulsar - Example of application that produces and consumes events to/from Apache Pulsar. Traces from the transactions are captured using OpenTelemetry and sent to Elastic Observability.