View source: R/cloudwatch_operations.R
cloudwatch_put_metric_data | R Documentation |
Publishes metric data to Amazon CloudWatch. CloudWatch associates the data 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 = NULL,
EntityMetricData = NULL,
StrictEntityValidation = NULL
)
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 |
The data for the metrics. Use this parameter if your metrics do not contain associated entities. The array can include no more than 1000 metrics per call. The limit of metrics allowed, 1000, is the sum of both
|
EntityMetricData |
Data for metrics that contain associated entity information. You can
include up to two The limit of metrics allowed, 1000, is the sum of both
|
StrictEntityValidation |
Whether to accept valid metric data when an invalid entity is sent.
This parameter is required when |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.