Skip to content

Commit

Permalink
update awsemfexporter doc to discard inf values
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasai470 committed Dec 8, 2023
1 parent 5364dde commit 8380d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awsemfexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and then sends them directly to CloudWatch Logs using the
## Data Conversion
Convert OpenTelemetry ```Int64DataPoints```, ```DoubleDataPoints```, ```SummaryDataPoints``` metrics datapoints into
CloudWatch ```EMF``` structured log formats and send it to CloudWatch. Logs and Metrics will be displayed in
CloudWatch console. NaN,Inf values are not supported by CloudWatch EMF and will be dropped by the exporter.
CloudWatch console. NaN, Inf values are not supported by CloudWatch EMF and will be dropped by the exporter.

## Exporter Configuration

Expand Down

0 comments on commit 8380d8b

Please sign in to comment.