Skip to content

Commit

Permalink
Add reference links
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
  • Loading branch information
albertteoh committed Aug 1, 2021
1 parent a1ef9f7 commit dca92af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose/monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ Development and demo environment for Aggregated Trace Metrics.

This environment consists four backend components:

- MicroSim: a program to simulate traces.
- Jaeger All-in-one: the full Jaeger stack in a single docker image.
- OpenTelemetry Collector: vendor agnostic integration layer for traces and metrics. Its main role in this particular development environment is to receive Jaeger spans, forward these spans untouched to Jaeger All-in-one while simultaneously aggregating metrics out of this span data.
- Prometheus: a metrics collection and query engine, used to scrape metrics computed by OpenTelemetry Collector, and presents an API for Jaeger All-in-one to query these metrics.

![ATMDev (1)](https://user-images.githubusercontent.com/26584478/127763664-5d364239-5e13-4829-b5ee-2265b9b96e93.png)
- [MicroSim](https://github.com/yurishkuro/microsim): a program to simulate traces.
- [Jaeger All-in-one](https://www.jaegertracing.io/docs/1.24/getting-started/#all-in-one): the full Jaeger stack in a single docker image.
- [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/): vendor agnostic integration layer for traces and metrics. Its main role in this particular development environment is to receive Jaeger spans, forward these spans untouched to Jaeger All-in-one while simultaneously aggregating metrics out of this span data. To learn more about span metrics aggregation, please refer to the [spanmetrics processor documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanmetricsprocessor).
- [Prometheus](https://prometheus.io/): a metrics collection and query engine, used to scrape metrics computed by OpenTelemetry Collector, and presents an API for Jaeger All-in-one to query these metrics.

# Getting Started

Expand Down

0 comments on commit dca92af

Please sign in to comment.