https://github.com/logzio/microservices-demo
https://github.com/logzio/microservices-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logzio/microservices-demo
- Owner: logzio
- License: apache-2.0
- Created: 2021-05-11T10:02:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T21:33:59.000Z (about 2 years ago)
- Last Synced: 2025-01-05T09:13:28.732Z (5 months ago)
- Language: HTML
- Size: 88.9 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Sock Shop
This is a modified fork of the upstream repository found here: https://github.com/microservices-demo/microservices-demoWe 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).[](https://travis-ci.org/microservices-demo/microservices-demo)
# 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](http://projects.spring.io/spring-boot/), [Go kit](http://gokit.io) and [Node.js](https://nodejs.org/) and is packaged in Docker containers.
You can read more about the [application design](./internal-docs/design.md).
## Deployment Platforms
The [deploy folder](./deploy/) 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](.github/CONTRIBUTING.md) for more information.
## Screenshot

## Visualizing the application
Use [Weave Scope](http://weave.works/products/weave-scope/) or [Weave Cloud](http://cloud.weave.works/) to visualize the application once it's running in the selected [target platform](./deploy/).

##