Skip to content

Commit 99176cc

Browse files
authored
Added basic monitoring guidance
1 parent 4489d45 commit 99176cc

File tree

1 file changed

+7
-0
lines changed
  • samples/oci-objectstorage-get-object-python

1 file changed

+7
-0
lines changed

Diff for: samples/oci-objectstorage-get-object-python/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,10 @@ e.g.
106106
echo -n '{"objectName": "<object-name>", "bucketName": "<bucket-name>"}' | fn invoke myapp oci-objectstorage-get-object-python
107107
```
108108
You should see the contents of the object appear in the terminal.
109+
110+
111+
## Monitoring Functions
112+
113+
Learn how to configure basic observability for your function using metrics, alarms and email alerts:
114+
* [Basic Guidance for Monitoring your Functions](../basic-observability/functions.md)
115+

0 commit comments

Comments
 (0)