forked from microsoft/code-with-engineering-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting page for Tools section and minor changes (microsoft#514)
* 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
1 parent
8d512d9
commit 3185ec5
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |