You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tobiko Cloud makes it easy to detect and respond to changes in your pipelines:
14
10
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.**
21
19
22
20
## How it works
23
21
@@ -33,15 +31,19 @@ This information allows you to:
33
31
- Creation of custom visualizations and metrics
34
32
- Troubleshoot problems and optimize inefficient operations
35
33
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
+

37
37
38
38
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.
39
39
40
+
<!---
40
41
Learn more about Tobiko Cloud Observability features on these pages:
41
42
42
-
-[`prod` environment](prod_environment.md) health and recent activity
43
+
- [`prod` environment](prod_environment.md) health and recent activity
43
44
- [Development environment](development_environment.md) differences from `prod` and recent activity
44
45
- [Plan](plan.md) status and detailed model execution data
45
46
- [Run](run.md) status and detailed model execution data
46
47
- [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
0 commit comments