Skip to content

Added Datadog, Syniverse and basic monitoring #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This repository provides examples demonstrating how to use Oracle Functions.
## Setup
* [Quick start](https://www.oracle.com/webfolder/technetwork/tutorials/infographics/oci_faas_gettingstarted_quickview/functions_quickview_top/functions_quickview/index.html)

## Basic Observability Guidance
* [Functions](./samples/basic-observability/functions.md)
* [Service Connector Hub](./samples/basic-observability/service-connector-hub.md)
* [Notifications Service](./samples/basic-observability/notifications.md)

## How To
| Description | Python | Java |
|------------------------------------------------------|:------:|:----:|
Expand All @@ -32,12 +37,16 @@ This repository provides examples demonstrating how to use Oracle Functions.
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies ||[sample](./samples/oci-cross-tenancy-policies-java)

## Use Cases
| Description | Code | Docs |
| Description | Code | Blog/Docs |
|------------------------------------------------------|:------:|:----:|
| Provide the size of an image (Custom Dockerfile, image library) | [repo](./samples/imagedims-python)|
| Automatically load data from Object Storage into Autonomous DataWarehouse | [repo](./samples/oci-load-file-into-adw-python)|
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [repo](./samples/oci-ons-compute-shape-increase-python)|
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [repo](./samples/oci-stop-untagged-instance-python)|
| Move logs from OCI to Datadog using Logging, Service Connector Hub and Functions | [repo](./samples/oci-logs-datadog)|
| Send SMS messages for logs using Logging, Service Connector Hub, Functions and Syniverse SMS | [repo](./samples/oci-notification-syniverse)|
| Send SMS messages for monitoring alarms using Monitoring, Notifications Service, Functions and Syniverse SMS | [repo](./samples/oci-notification-syniverse)|


## Community-led Examples
| Description | Code | Blog |
Expand Down