Skip to content

Commit

Permalink
Starting page for Tools section and minor changes (microsoft#514)
Browse files Browse the repository at this point in the history
* Starting page for Tools section and minor changes

* Fixing path lints

* file rename

* Update observability/tools/readme.md

Co-authored-by: Tess Ferrandez <[email protected]>

* Update observability/tools/readme.md

Co-authored-by: Tess Ferrandez <[email protected]>

* Update observability/tools/readme.md

Co-authored-by: Tess Ferrandez <[email protected]>

Co-authored-by: Narmatha <[email protected]>
Co-authored-by: Tess Ferrandez <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2021
1 parent 8d512d9 commit 3185ec5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion observability/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ Building observable systems enables development teams at CSE to measure how well
- [Observability of CI/CD Pipelines](#Observability-of-CI/CD-pipelines)
- [Recommended Practices](#recommended-practices)
- [Logs vs Metrics](log-vs-metric.md)
- [Dashboards and Reporting](pillars/dashboard.md)
- [Tools](tools/readme.md)
- [Recipes](#recipes)

## Pillars of Observability

1. [Logging](pillars/logging.md)
2. [Tracing](pillars/tracing.md)
3. [Metrics](pillars/metrics.md)
4. [Dashboard](pillars/dashboard.md)

## Observability in Machine Learning

Expand Down
13 changes: 13 additions & 0 deletions observability/tools/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Tools

There are a number of modern tools to make systems observable. While identifying and/or creating tools that work for your system, here are a few things to consider to help guide the choices.

- Must be simple to integrate and easy to use.
- It must be possible to aggregrate and visualize data.
- Tools must provide real-time data.
- Must be able to guide users to the problem area with suitable, adequete end-to-end context.

## Choices

- [Loki](./loki.md)
- [OpenTelemetry](./OpenTelemetry.md)

0 comments on commit 3185ec5

Please sign in to comment.