@@ -7,6 +7,11 @@ This repository provides examples demonstrating how to use Oracle Functions.
7
7
## Setup
8
8
* [ Quick start] ( https://www.oracle.com/webfolder/technetwork/tutorials/infographics/oci_faas_gettingstarted_quickview/functions_quickview_top/functions_quickview/index.html )
9
9
10
+ ## Basic Observability Guidance
11
+ * [ Functions] ( ./samples/basic-observability/functions.md )
12
+ * [ Service Connector Hub] ( ./samples/basic-observability/service-connector-hub.md )
13
+ * [ Notifications Service] ( ./samples/basic-observability/notifications.md )
14
+
10
15
## How To
11
16
| Description | Python | Java |
12
17
| ------------------------------------------------------| :------:| :----:|
@@ -32,12 +37,16 @@ This repository provides examples demonstrating how to use Oracle Functions.
32
37
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies ||[ sample] ( ./samples/oci-cross-tenancy-policies-java )
33
38
34
39
## Use Cases
35
- | Description | Code | Docs |
40
+ | Description | Code | Blog/ Docs |
36
41
| ------------------------------------------------------| :------:| :----:|
37
42
| Provide the size of an image (Custom Dockerfile, image library) | [ repo] ( ./samples/imagedims-python ) |
38
43
| Automatically load data from Object Storage into Autonomous DataWarehouse | [ repo] ( ./samples/oci-load-file-into-adw-python ) |
39
44
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [ repo] ( ./samples/oci-ons-compute-shape-increase-python ) |
40
45
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [ repo] ( ./samples/oci-stop-untagged-instance-python ) |
46
+ | Move logs from OCI to Datadog using Logging, Service Connector Hub and Functions | [ repo] ( ./samples/oci-logs-datadog ) |
47
+ | Send SMS messages for logs using Logging, Service Connector Hub, Functions and Syniverse SMS | [ repo] ( ./samples/oci-notification-syniverse ) |
48
+ | Send SMS messages for monitoring alarms using Monitoring, Notifications Service, Functions and Syniverse SMS | [ repo] ( ./samples/oci-notification-syniverse ) |
49
+
41
50
42
51
## Community-led Examples
43
52
| Description | Code | Blog |
0 commit comments