Skip to content
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

Unmarshalling error when using NRQL with FACET clause #1500

Open
sirianni opened this issue Aug 9, 2023 · 0 comments
Open

Unmarshalling error when using NRQL with FACET clause #1500

sirianni opened this issue Aug 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sirianni
Copy link

sirianni commented Aug 9, 2023

Description

nrql query returns an unmarshalling error when used with FACET clause.

Current behavior

newrelic nrql query -q 'SELECT latest(k8s.pod.memory.usage) FROM Metric FACET `k8s.pod.name` SINCE 3 MINUTES AGO TIMESERIES 1 MINUTE'
cannot unmarshal array into Go struct field NRDBResultContainer.data.Actor.Account.NRQL.otherResult of type nrdb.NRDBResult

Expected behavior

I expect the query to return data like it does in the browser.

@NSSPKrishna NSSPKrishna added the bug Something isn't working label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants