Skip to content

Commit ef273b1

Browse files
author
Randall Barnes
authoredApr 15, 2021
Update README.md
1 parent 5073174 commit ef273b1

File tree

1 file changed

+2
-2
lines changed
  • samples/oci-monitoring-metric-export-python

1 file changed

+2
-2
lines changed
 

‎samples/oci-monitoring-metric-export-python/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample Python function demonstrates how to submit a Monitoring Query Language (MQL) query to OCI Monitoring Service which will extract a collection of historical metrics and then push this package to Object Storage as a json file.
44

5-
![Export Process](./images/Export-Function.png)
5+
![Export Process](./images/Export-Function.1.png)
66

77
This sample is intended to help you get up and running quickly by using default values for most parameters. In fact, there is only one required parameter: **compartmentId** --> this specifies the Object Storage Compartment to create the storage bucket (if it does not already exist). Supply values for optional parameters to select target resources, specific metrics to collect, define time ranges, etc., per your requirements. Advanced users may also replace the export function within the code to push metrics to your downstream application api.
88

@@ -141,4 +141,4 @@ The following `parameters` are supported, along with default values if not speci
141141

142142
## Monitoring Functions
143143
Learn how to configure basic observability for your function using metrics, alarms and email alerts:
144-
* [Basic Guidance for Monitoring your Functions](../basic-observability/functions.md)
144+
* [Basic Guidance for Monitoring your Functions](../basic-observability/functions.md)

0 commit comments

Comments
 (0)
Please sign in to comment.