Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

duration field in metadata should be duration_ms like steampipe #368

Closed
pskrbasu opened this issue May 31, 2024 · 0 comments · Fixed by #373
Closed

duration field in metadata should be duration_ms like steampipe #368

pskrbasu opened this issue May 31, 2024 · 0 comments · Fixed by #373
Assignees
Labels
bug Something isn't working

Comments

@pskrbasu
Copy link
Collaborator

duration field in metadata should be duration_ms like steampipe

powerpipe query run --timing --output json

"metadata": {
  "rows_fetched": 1,
  "duration": "2.172s"
 }

steampipe query --timing=on --output json

"metadata": {
  "duration_ms": 52,
  "scans": [
@pskrbasu pskrbasu self-assigned this May 31, 2024
@pskrbasu pskrbasu added the bug Something isn't working label May 31, 2024
pskrbasu added a commit that referenced this issue May 31, 2024
kaidaguerre pushed a commit that referenced this issue Jun 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
1 participant