Skip to content

Commit

Permalink
fix: Fix "CodeLense" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlobiondo-newrelic committed May 7, 2024
1 parent 8fee693 commit 5720dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/codestream/observability/query-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Based on the data you specified, the query builder selects the chart type that d

## NRQL files [#nrql-files]

The dropdown above the query builder, at the right side, allows you to select from queries you've recently run. Another way to save queries, though, is to add a file with a `.nrql` extension to your repository. You can save your queries to this file, and even share those queries with your teammates by commiting and pushing that file. Just click the "Run" link in the CodeLense above each query to run the query.
The dropdown above the query builder, at the right side, allows you to select from queries you've recently run. Another way to save queries, though, is to add a file with a `.nrql` extension to your repository. You can save your queries to this file, and even share those queries with your teammates by commiting and pushing that file. Just click the "Run" link in the CodeLens above each query to run the query.

<img
title="NRQL file."
alt="A screenshot of a NRQL file."
src={codestreamNRQLFile}
/>
/>

0 comments on commit 5720dd2

Please sign in to comment.