View source: R/cloudwatch_operations.R
cloudwatch_put_metric_data | R Documentation |
Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to list_metrics
.
See https://www.paws-r-sdk.com/docs/cloudwatch_put_metric_data/ for full documentation.
cloudwatch_put_metric_data(Namespace, MetricData)
Namespace |
[required] The namespace for the metric data. You can use ASCII characters for the namespace, except for control characters which are not supported. To avoid conflicts with Amazon Web Services service namespaces, you
should not specify a namespace that begins with |
MetricData |
[required] The data for the metric. The array can include no more than 1000 metrics per call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.