Skip to content

Commit 8aff33e

Browse files
mesmith027treyspsungchun12
authored
Observability Overview updates (#3678)
Co-authored-by: Trey Spiller <1831878+treysp@users.noreply.github.com> Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com>
1 parent 3ba68d6 commit 8aff33e

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

docs/cloud/features/observability/overview.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ Fixing problems with data pipelines is challenging because there are so many pot
44

55
For transformation pipelines, those range from upstream source timeouts to SQL query errors to Python library conflicts (and more!).
66

7-
A useful observation tool should make it easy to answer the following questions:
7+
![Data Ops Observability](./overview/data-ops-light.png)
88

9-
- Did a problem occur?
10-
- When did it occur?
11-
- What type of problem is it?
12-
- Where is the problem coming from?
13-
- What is causing the problem?
9+
Tobiko Cloud makes it easy to detect and respond to changes in your pipelines:
1410

15-
Tobiko Cloud supports answering these questions in four ways:
16-
17-
1. Automatically notifying users if a problem occurs
18-
2. Capturing, storing, and displaying historical information that reveals when a problem occurred
19-
3. Enabling easy navigation from aggregated to granular information about pipeline components to identify the problem source
20-
4. Centralizing error information from multiple sources to debug the problem
11+
- Did a problem occur?
12+
- **Alerts notify you immediately.**
13+
- When did the problem occur?
14+
- **Historical pipeline information reveals the moment.**
15+
- Where is the problem coming from?
16+
- **Easy navigation through pipeline components lets you pinpoint the source.**
17+
- What is causing the problem?
18+
- **Centralized logs and errors have all the details.**
2119

2220
## How it works
2321

@@ -33,15 +31,19 @@ This information allows you to:
3331
- Creation of custom visualizations and metrics
3432
- Troubleshoot problems and optimize inefficient operations
3533

36-
Observability features are seamlessly integrated into Tobiko Cloud, making it simple to monitor and understand your project's behavior.
34+
Observability features are seamlessly integrated into Tobiko Cloud, making it simple to monitor and understand your project's behavior. For example, on the Tobiko Cloud Homepage, there is run history, plan executions, and freshness displayed for the production environment:
35+
36+
![Observability on the Homepage](./overview/observability_section_home.png)
3737

3838
Instead of digging through complex logs or piecing together information from multiple sources, you can quickly access the relevant information from any part of your project.
3939

40+
<!---
4041
Learn more about Tobiko Cloud Observability features on these pages:
4142
42-
- [`prod` environment](prod_environment.md) health and recent activity
43+
- [`prod` environment](prod_environment.md) health and recent activity
4344
- [Development environment](development_environment.md) differences from `prod` and recent activity
4445
- [Plan](plan.md) status and detailed model execution data
4546
- [Run](run.md) status and detailed model execution data
4647
- [Model](model.md) status and version history
47-
- [Dashboards](measures_dashboards.md) and custom visualizations of observability data
48+
- [Dashboards](measures_dashboards.md) and custom visualizations of observability data
49+
-->
967 KB
Loading
154 KB
Loading

0 commit comments

Comments
 (0)