Skip to content

Commit

Permalink
docs: added lang identifier
Browse files Browse the repository at this point in the history
One codeblock was missing the sql language identifier so I added it in.
  • Loading branch information
brnhensley committed Feb 23, 2022
1 parent b8f8e90 commit 9b7c5d3
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 9b7c5d3

Please sign in to comment.