Skip to content

Commit

Permalink
adr: improve adr 14
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Nov 21, 2023
1 parent 7bed1e2 commit 73d5ea7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/ADR/decisions/0014-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accepted

## Context

In order to maintain a consistent and effective approach to observability across our systems,
To maintain a consistent and effective approach to observability across our systems,
we need to establish standard tools for monitoring, tracing, and logging.

## Decision
Expand Down Expand Up @@ -38,7 +38,7 @@ We use [OpenTelemetry](https://opentelemetry.io/) for tracing and metrics.
* [Loki](https://github.com/grafana/loki), like Prometheus, but for logs.
+ [docs](docs/tutorial/logger.md)

+ [Tempo](https://grafana.com/docs/tempo/latest/), a high volume, high throughput distributed tracing system.
* [Tempo](https://grafana.com/docs/tempo/latest/), a high volume, high throughput distributed tracing system.

* [Grafana](https://github.com/grafana/grafana), the open and composable observability and data visualization
platform.
Expand All @@ -55,3 +55,5 @@ We use [OpenTelemetry](https://opentelemetry.io/) for tracing and metrics.
### Docs/Articles

+ [The RED Method: How to Instrument Your Services](https://grafana.com/blog/2018/08/02/the-red-method-how-to-instrument-your-services/)
+ [Do you need an OpenTelemetry Collector?](https://grafana.com/blog/2023/11/21/do-you-need-an-opentelemetry-collector/)

0 comments on commit 73d5ea7

Please sign in to comment.