Skip to content

Commit 3f243fe

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

samples/oci-vault-decrypt-python/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The function requires the following configuration values to be set:
9494
- key_ocid
9595
- cryptographic_endpoint
9696

97-
![user input icon](../images/userinput.png)
97+
![user input icon](./images/userinput.png)
9898

9999
Use the *fn CLI* to set the config value:
100100
```
@@ -121,4 +121,10 @@ echo '{"cipher": "Ia+hS8+UYAEV8gr00ItHxsC1jhfslbzAA="}' | fn invoke myapp oci-va
121121
```
122122

123123
Upon success, the function should return the decrypted text:
124-
{"decryptedtext": "my text"}
124+
{"decryptedtext": "my text"}
125+
126+
127+
## Monitoring Functions
128+
129+
Learn how to configure basic observability for your function using metrics, alarms and email alerts:
130+
* [Basic Guidance for Monitoring your Functions](../basic-observability/functions.md)

0 commit comments

Comments
 (0)