[website_docs] Use console code-block style, and spellcheck (#3920)
This commit is contained in:
parent
25d98bb8a5
commit
b2ee3e1d71
|
|
@ -1,24 +1,30 @@
|
||||||
---
|
---
|
||||||
title: "Instrumentation Examples"
|
title: Instrumentation Examples
|
||||||
weight: 4
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
Here are Some of the resources for Opentelemetry Instrumentation Examples
|
Here are some of the resources for Opentelemetry instrumentation examples.
|
||||||
|
|
||||||
## Community Resources
|
## Community Resources
|
||||||
|
|
||||||
### boot-opentelemetry-tempo
|
### boot-opentelemetry-tempo
|
||||||
|
|
||||||
Project demonstrating Complete Observability Stack utilizing [Prometheus](https://prometheus.io/), [Loki](https://grafana.com/oss/loki/) (_For distributed logging_), [Tempo](https://grafana.com/oss/tempo/) (_For Distributed tracing, this basically uses Jaeger Internally_), [Grafana](https://grafana.com/grafana/) for **Java/spring** based applications (_With OpenTelemetry auto / manual Instrumentation_) involving multiple microservices with DB interactions
|
Project demonstrating Complete Observability Stack utilizing
|
||||||
|
[Prometheus](https://prometheus.io/), [Loki](https://grafana.com/oss/loki/)
|
||||||
|
(_For distributed logging_), [Tempo](https://grafana.com/oss/tempo/) (_For
|
||||||
|
Distributed tracing, this basically uses Jaeger Internally_),
|
||||||
|
[Grafana](https://grafana.com/grafana/) for **Java/spring** based applications
|
||||||
|
(_With OpenTelemetry auto / manual Instrumentation_) involving multiple
|
||||||
|
microservices with DB interactions
|
||||||
|
|
||||||
Checkout [boot-opentelemetry-tempo](https://github.com/mnadeem/boot-opentelemetry-tempo) and get started
|
Checkout
|
||||||
|
[boot-opentelemetry-tempo](https://github.com/mnadeem/boot-opentelemetry-tempo)
|
||||||
|
and get started
|
||||||
|
|
||||||
````bash
|
````console
|
||||||
mvn clean package docker:build
|
$ mvn clean package docker:build
|
||||||
````
|
````
|
||||||
|
|
||||||
````bash
|
````console
|
||||||
docker-compose up
|
$ docker-compose up
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue