rafael-gumiero / microservices-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTelemetry Sock Shop

This is a modified fork of the upstream repository found here: https://github.com/microservices-demo/microservices-demo

We have made the following changes:

  1. Added OpenTelemetry instrumentation which replaces the OpenTracing instrumentation which is now frozen as a project.
  2. Added logz.io configuration for Opentelemetry collector
  3. Added support for logz.io deployment markers (easily replaced by other similar capabilities)
  4. Implemented Prometheus remote write for metrics. This is currently going to logz.io, but would work with any remote write compatible system (Prometheus, Cortex, Thanos, AWS Managed Prometheus, and others).

Build Status

Sock Shop : A Microservice Demo Application

The application is the user-facing part of an online shop that sells socks. It is intended to aid the demonstration and testing of microservice and cloud native technologies.

It is built using Spring Boot, Go kit and Node.js and is packaged in Docker containers.

You can read more about the application design.

Deployment Platforms

The deploy folder contains scripts and instructions to provision the application onto your favourite platform.

Please let us know if there is a platform that you would like to see supported.

Bugs, Feature Requests and Contributing

We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions. See the contribution information for more information.

Screenshot

Sock Shop frontend

Visualizing the application

Use Weave Scope or Weave Cloud to visualize the application once it's running in the selected target platform.

Sock Shop in Weave Scope

About

License:Apache License 2.0


Languages

Language:HTML 50.5%Language:JavaScript 28.2%Language:CSS 6.6%Language:Python 5.1%Language:Shell 2.8%Language:Go 2.7%Language:HCL 2.2%Language:Ruby 1.1%Language:Makefile 0.4%Language:Dockerfile 0.3%Language:Mustache 0.1%