-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update welcome page and narrow down content (#37)
--------- Co-authored-by: Adriel Perkins <[email protected]> Co-authored-by: Casey Wilson <[email protected]> Co-authored-by: Adriel Perkins <[email protected]>
- Loading branch information
1 parent
8f36094
commit 6dc4bab
Showing
5 changed files
with
31 additions
and
37 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
MD007: | ||
# Spaces for indent | ||
indent: 4 | ||
MD013: | ||
line_length: 90 |
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
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 |
---|---|---|
@@ -1,48 +1,37 @@ | ||
# Open O11y | ||
# OpenO11y | ||
|
||
--- | ||
|
||
*To improve, you must observe. Developed by an Observability Technical Advisory Group (TAG) at [Liatrio](https://www.liatrio.com/), Open O11y is a set of documentation, references, and guidance focused on observability. Open O11y is guided by a singular north star, enabling observability everywhere.* | ||
*To improve, you must observe. OpenO11y is a set of documentation, reference | ||
architectures, and guidance focused on observability. OpenO11y is focused on enabling | ||
wider Observability adoption through its written contributions.* | ||
|
||
--- | ||
|
||
## What is o11y? | ||
|
||
> **o11y** - shorthand for *observability*[^1] which is the ability to measure the | ||
> **o11y** - shorthand for *observability*[^1] which is the ability to measure the | ||
> internal states of a system by examining its outputs[^2]. | ||
O11y empowers organizations to easily and effectively observe key data at scale; | ||
enabling decision making in order to improve company culture, security, effectiveness, | ||
growth, and ultimate business success. | ||
|
||
Just as it's important to define what o11y is, it's also important to define a system. | ||
Observability empowers organizations to easily and effectively observe key data at scale; | ||
enabling decision making in order to improve the organization's culture, security, | ||
effectiveness, growth, and ultimate success. | ||
|
||
> **system** - a group of interacting, interrelated, or interdependent elements | ||
> forming a complex whole | ||
O11y is focused on systems, and systems can be your microservices, or your people, | ||
your teams, your company and organization. | ||
|
||
With that in mind, our goal is to help enable everyone in the industry observe their systems. | ||
|
||
## How do we do this? | ||
Observability is focused on systems. Systems can be comprised of software, such as a | ||
system of microservices. However, systems can also have other compositions such as people | ||
forming a team, a group of teams, an entire organization, etc. | ||
|
||
Here's some things you'll find through Open O11y that help achieve this goal: | ||
## Mission | ||
|
||
- Contributions to Open Source communities focused on O11y | ||
- For example: [Open Telemetry](https://opentelemetry.io/) | ||
- Open-source automations published to get organizations and teams started quickly | ||
- For example: An observability stack deployable in AWS | ||
- Guidance on how to use those automations & scale | ||
- Guidance on how to leverage metrics and what to observe related to: | ||
- team effectiveness | ||
- joy | ||
- security | ||
|
||
Just like security, o11y is a team sport. We've helped many clients implement | ||
and improve their observability practices, and we want to bring those contributions | ||
to everyone. | ||
As an [open source project](https://github.com/liatrio/openo11y.dev), OpenO11y's mission | ||
is to enable everyone to observe and improve their systems by offering socio-technical[^3] | ||
guidance, reference architectures (coming soon!), tooling recommendations, and demos. | ||
|
||
[^1]: [numeronym](https://en.wikipedia.org/wiki/Numeronym) | ||
|
||
[^2]: [What is Observability - Splunk](https://www.splunk.com/en_us/data-insider/what-is-observability.html) | ||
|
||
[^3]: [Socio-Technical Theory](https://open.ncl.ac.uk/theories/9/socio-technical-theory/) |
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