Skip to content

Commit 6632fe9

Browse files
authored
Added basic monitoring guidance
1 parent 3f243fe commit 6632fe9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

samples/oci-vault-get-secret-python/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The function requires the following configuration values to be set:
8888
- secret_ocid
8989
- secret_type, the value should be either "text" or "binary"
9090

91-
![user input icon](../images/userinput.png)
91+
![user input icon](./images/userinput.png)
9292

9393
Use the *fn CLI* to set the config value:
9494
```
@@ -122,4 +122,10 @@ If the secret is text and you set the function configuration key "secret_type" t
122122
If the secret is binary data and you set the function configuration key "secret_type" to "binary", the function stores the content of the secret in a file in /tmp and returns the md5 checksum of the file, for example:
123123
```
124124
{'secret md5': 'a4269244e2eca44200bc04f83e0e4df0'}
125-
```
125+
```
126+
127+
128+
## Monitoring Functions
129+
130+
Learn how to configure basic observability for your function using metrics, alarms and email alerts:
131+
* [Basic Guidance for Monitoring your Functions](../basic-observability/functions.md)

0 commit comments

Comments
 (0)