-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NRQL dialect support #510
Labels
Comments
Current status: (format {:select [:mulog/timestamp :mulog/event-name]
:from :Log
:where [:= :mulog/data.account "foo-account-id"]
:since [2 :days :ago]
:limit 2000}
{:dialect :nrql})
;; ["SELECT `mulog/timestamp`, `mulog/event-name` FROM Log
;; WHERE `mulog/data.account` = 'foo-account-id' LIMIT 2000 SINCE 2 DAYS AGO"] Needs FACET and WITH TIMEZONE added. Plus documentation. |
seancorfield
added a commit
that referenced
this issue
Oct 16, 2023
seancorfield
added a commit
that referenced
this issue
Oct 17, 2023
|
seancorfield
added a commit
that referenced
this issue
Oct 17, 2023
seancorfield
added a commit
that referenced
this issue
Oct 21, 2023
seancorfield
added a commit
that referenced
this issue
Oct 21, 2023
seancorfield
added a commit
that referenced
this issue
Oct 21, 2023
seancorfield
added a commit
that referenced
this issue
Oct 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions/
https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-how-nrql-works/
The text was updated successfully, but these errors were encountered: