Skip to content

Commit

Permalink
Merge pull request #6279 from brnhensley/patch-25
Browse files Browse the repository at this point in the history
docs: added lang identifier
  • Loading branch information
bradleycamacho committed Feb 23, 2022
2 parents b8f8e90 + 9b7c5d3 commit 2c34967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ OpenTelemetry [histograms](https://github.com/open-telemetry/opentelemetry-speci

You can use this account query to determine if metrics are being dropped due to unsupported temporality:

```
FROM NrIntegrationError SELECT * WHERE message = 'One or more OTLP metric data point(s) were dropped due to unsupported AggregationTemporality.'
```sql
FROM NrIntegrationError SELECT * WHERE message = 'One or more OTLP metric data point(s) were dropped due to unsupported AggregationTemporality.'
```
</Callout>

Expand Down

0 comments on commit 2c34967

Please sign in to comment.