Skip to content

Commit 0e063bb

Browse files
authored
Merge pull request #31 from oracle/sachin-pikle-apm-python
Update README.md
2 parents 4445063 + 04686d9 commit 0e063bb

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,29 @@ This repository provides examples demonstrating how to use Oracle Functions.
3535
| Function that returns the API Gateway HTTP request information |[sample](./samples/oci-apigw-display-httprequest-info-python)
3636
| Function for API Gateway that validates an API key |[sample](./samples/oci-apigw-apikey-validation-python)
3737
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies ||[sample](./samples/oci-cross-tenancy-policies-java)
38+
| Trace a function with APM and add custom child spans using Zipkin |[sample](./samples/trace-functions-with-apm)|
3839

39-
## Use Cases
40-
| Description | Code | Blog/Docs |
41-
|------------------------------------------------------|:------:|:----:|
42-
| Provide the size of an image (Custom Dockerfile, image library) | [sample](./samples/imagedims-python)|
43-
| Automatically load data from Object Storage into Autonomous DataWarehouse | [sample](./samples/oci-load-file-into-adw-python)|
44-
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [sample](./samples/oci-ons-compute-shape-increase-python)|
45-
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [sample](./samples/oci-stop-untagged-instance-python)|
46-
| Move logs from OCI to Datadog using Logging, Service Connector Hub and Functions | [sample](./samples/oci-logs-datadog)|
47-
| Send SMS messages for logs using Logging, Service Connector Hub, Functions and Syniverse SMS | [sample](./samples/oci-notification-syniverse)|
48-
| Send SMS messages for monitoring alarms using Monitoring, Notifications Service, Functions and Syniverse SMS | [sample](./samples/oci-notification-syniverse)|
40+
41+
## Using Service Connector Hub with Functions
42+
| Description | Code |
43+
|------------------------------------------------------|:------:|
44+
| _**Logging >> Service Connector Hub >> Functions**_ | |
45+
| Move logs from OCI to Datadog using Service Connector Hub, Logging (Source), Functions (Target) and Datadog | [sample](./samples/oci-logs-datadog) |
46+
| Send SMS messages for logs using Service Connector Hub, Logging (Source), Functions (Target) and Syniverse SMS | [sample](./samples/oci-notification-syniverse) |
47+
| | |
48+
| _**Streaming >> Service Connector Hub >> Functions**_ | |
49+
| Convert JSON to CSV format using Service Connector Hub, Streams (Source and Target) and Functions (Task) | [sample](./samples/oci-serviceconnector-streaming-json-to-csv-python) |
50+
| Convert JSON to Parquet format using Service Connector Hub, Streams (Source and Target) and Functions (Task) | [sample](./samples/oci-serviceconnector-streaming-json-to-parquet-python) |
51+
52+
53+
## Other Use Cases
54+
| Description | Code |
55+
|------------------------------------------------------|:------:|
56+
| Provide the size of an image (Custom Dockerfile, image library) | [sample](./samples/imagedims-python) |
57+
| Automatically load data from Object Storage into Autonomous DataWarehouse | [sample](./samples/oci-load-file-into-adw-python) |
58+
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [sample](./samples/oci-ons-compute-shape-increase-python) |
59+
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [sample](./samples/oci-stop-untagged-instance-python) |
60+
| Send SMS messages for monitoring alarms using Monitoring, Notifications Service, Functions and Syniverse SMS | [sample](./samples/oci-notification-syniverse) |
4961

5062

5163
## Community-led Examples

samples/trace-functions-with-apm/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Tracing Python Functions with APM Tracing and Zipkin
22

3+
_**Contributed by: [Isaac Lipszyc](https://github.com/isaaclipszyc)**_
4+
35
This sample shows how you can trace your Python function code with APM Tracing and Zipkin.
46

57
As you make your way through this tutorial, look out for this icon ![user input icon](../images/userinput.png).

0 commit comments

Comments
 (0)