Skip to content

Commit

Permalink
chore: capitalize NRQL
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Jan 17, 2025
1 parent 7203a23 commit 6ae6cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here's an example NRQL query to correlate X-Ray data with specific API performan

```sql
SELECT average(duration.ms) FROM Span WHERE newRelic.ingestPoint = 'xray.polling'
AND http.url LIKE 'https://yourdomanin.com/api/v1/endpoint%' since 1 month ago
AND http.url LIKE 'https://yourdomanin.com/api/v1/endpoint%' SINCE 1 month ago
LIMIT MAX TIMESERIES 1 day
```

Expand Down

0 comments on commit 6ae6cdd

Please sign in to comment.