osm VS zipkin

Compare osm vs zipkin and see what are their differences.

osm

Open Service Mesh (OSM) is a lightweight, extensible, cloud native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments. (by openservicemesh)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
osm zipkin
7 36
2,586 16,729
- 0.3%
8.9 9.4
10 months ago 12 days ago
Go Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

osm

Posts with mentions or reviews of osm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Service Mesh Considerations
    7 projects | dev.to | 14 Dec 2022
    If you'd like to go a bit deeper into service mesh technology, be sure to check out the resources listed below then head over to the Open Service Mesh with Azure Kubernetes Service lab to get hands-on and see a service mesh in action! Open Service Mesh is an open-source, lightweight service mesh that is easy to install and operate, so I encourage you to take it for a spin ๐Ÿš€
  • osm-edge: Using access control policies to access services with the service mesh
    3 projects | dev.to | 7 Nov 2022
    osm-edge forked from Open Service Mesh is a lightweight, extensible, cloud-native, SMI-compatible service mesh built purposely for Edge computing. osm-edge uses lightweight programmable proxy Pipy as a sidecar proxy.
  • Benchmarking osm and osm-edge data planes
    3 projects | dev.to | 6 Aug 2022
    osm-edge is built on top of Open Service Mesh (OSM) v1.1.0 codebase and is a lightweight service mesh for resource-sensitive cloud environments and edge computing scenarios. It uses osm as the control plane and Pipy as the data plane and features high performance, low resources, simplicity, ease of use, scalability, and compatibility (x86/arm64 support).
  • Announcing osm-edge 1.1: ARM support and more
    7 projects | dev.to | 28 Jul 2022
    osm-edge is a fork of open service mesh and we will strive to keep this fork in sync with its upstream and propose back major changes and/or feature proposals to upstream for broader benefits of the community. Both OSM and osm-edge are hosted on Github. If you have any feature request, question, or comment, weโ€™d love to have you join the rapidly-growing community via Github Issues, Pull Requests, or osm slack channel!
  • Need to create a simple POC to prove that mTLS is being used for service to service communication in AKS with Open Service Mesh
    1 project | /r/AZURE | 21 Jun 2022
    Link: https://github.com/openservicemesh/osm/issues/4840
  • Azure Weekly Updates - 21st May 2022 - Part 2
    1 project | dev.to | 21 May 2022
    Azure Arc-enabled Kubernetes allows us to attach and configure Kubernetes clusters running anywhere. Open Service Mesh (OSM) is a lightweight, extensible, Cloud Native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments. The Open Service Mesh (OSM) extension is a managed service mesh for Arc-enabled Kubernetes clusters that is lightweight and extensible.
  • Pull Requests Like a PRO: Tips to Make High-Quality Pull Requests
    3 projects | dev.to | 15 Sep 2021
    Pull Request template from the Open Service Mesh project

zipkin

Posts with mentions or reviews of zipkin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-19.
  • Enhancing API Observability Series (Part 3): Tracing
    3 projects | dev.to | 19 Mar 2024
    When choosing distributed tracing tools, considerations include your technology stack, business requirements, and monitoring complexity. Zipkin, SkyWalking, and OpenTelemetry are popular distributed tracing solutions, each with its unique features.
  • The Road to GraphQL At Enterprise Scale
    6 projects | dev.to | 8 Nov 2023
    From the perspective of the realization of GraphQL infrastructure, the interesting direction is "Finding". How to find the problem? How to find the bottleneck of the system? Distributed Tracing System (DTS) will help answer this question. Distributed tracing is a method of observing requests as they propagate through distributed environments. In our scenario, we have dozens of subgraphs, gateway, and transport layer through which the request goes. We have several tools that can be used to detect the whole lifecycle of the request through the system, e.g. Jaeger, Zipkin or solutions that provided DTS as a part of the solution NewRelic.
  • OpenTelemetry Exporters - Types and Configuration Steps
    5 projects | dev.to | 30 Oct 2023
    Zipkin is a distributed tracing system used for tracking and analyzing how requests move through complex systems, especially in setups with many interconnected services, known as microservices.
  • The Complete Microservices Guide
    17 projects | dev.to | 21 Sep 2023
    Distributed Tracing: Middleware for distributed tracing like Jaeger and Zipkin helps monitor and trace requests as they flow through multiple microservices, aiding in debugging, performance optimization, and understanding the system's behavior.
  • zipkin VS openobserve - a user suggested alternative
    2 projects | 8 Sep 2023
  • The Unreasonable Effectiveness of Sequence Diagrams in MermaidJS
    12 projects | news.ycombinator.com | 24 Jul 2023
    For microservice tracing, you might want to look at Zipkin [0], or OpenTelemetry [1]

    [0] https://zipkin.io/

  • Analytics for aspnet core apis?
    3 projects | /r/dotnet | 9 May 2023
    Iโ€™ve not used a self-hosted solution before, but hereโ€™s one I found. https://zipkin.io/
  • Show HN: Uptrace โ€“ open-source APM (alternative to Datadog, NewRelic)
    4 projects | news.ycombinator.com | 21 Apr 2023
    > IMO the reason these vendors can and do charge so much is not because telemetry software is hard.

    I always saw it as "they are charging for their polished UI/experience"

    The UI of https://zipkin.io/ versus DataDog is kind of... not really in the same ballpark?

  • Is there a beginners guide to adding observability to your applications?
    4 projects | /r/sre | 6 Mar 2023
    There are the zipkin https://zipkin.io/ and jaeger https://www.jaegertracing.io/ packages/components you can use both have quickstarts if you consider that to be a beginner's guide.
  • How to monitor Python application performance
    5 projects | dev.to | 15 Feb 2023
    Zipkin, which was developed by Twitter, is an open source tool for distributed tracing that can also be used to troubleshoot latency issues in your application. While Zipkin is Java-based, py_zipkin is an implementation for Python.

What are some alternatives?

When comparing osm and zipkin you can also consider the following projects:

istio - Connect, secure, control, and observe services.

skywalking - APM, Application Performance Monitoring System

geo-golang - Go library to access geocoding and reverse geocoding APIs

sentry-java - A Sentry SDK for Java, Android and other JVM languages.

kuma - ๐Ÿป The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.

Fluentd - Fluentd: Unified Logging Layer (project under CNCF)

pipy - Pipy is a programmable proxy for the cloud, edge and IoT.

opentelemetry-specification - Specifications for OpenTelemetry

pbf - OpenStreetMap PBF golang parser

brave - Java distributed tracing implementation compatible with Zipkin backend services.

meshery - Meshery, the cloud native manager

signoz - SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. ๐Ÿ”ฅ ๐Ÿ–ฅ. ๐Ÿ‘‰ Open source Application Performance Monitoring (APM) & Observability tool