Giter Club home page Giter Club logo

Comments (3)

rcoh avatar rcoh commented on June 10, 2024 1

I think the issue is your pipeline -- after count by status, there is no request time column anymore.

You may want something like avg(request_time) by status or just avg(request_time) (without having count by status first)

from angle-grinder.

ctrlbrk42 avatar ctrlbrk42 commented on June 10, 2024

If anyone wants to duplicate, here is my nginx log_format:

log_format json_combined escape=json
  '{'
    '"time_local":"$time_local",'
    '"remote_addr":"$remote_addr",'
    '"remote_user":"$remote_user",'
    '"request":"$request",'
    '"status":$status,'
#    '"body_bytes_sent":"$body_bytes_sent",'
    '"request_time":$request_time,'
#    '"upstream_addr":"$upstream_addr",'
#    '"upstream_status":"$upstream_status",'
#    '"upstream_response_time":"$upstream_response_time",'
#    '"upstream_cache_status":"$upstream_cache_status",'
#    '"uid":"$cookie_bbuserid",'
#    '"http_referrer":"$http_referer",'
    '"http_user_agent":"$http_user_agent"'
  '}';

I've commented out nearly everything trying to make a simple test work with agrind. Please note the inconsistency in strings vs ints on numerical fields is just me testing trying to make something work -- in the end, no difference it would seem.

from angle-grinder.

ctrlbrk42 avatar ctrlbrk42 commented on June 10, 2024

I think the issue is your pipeline -- after count by status, there is no request time column anymore.

You may want something like avg(request_time) by status or just avg(request_time) (without having count by status first)

Dang, I could have sworn I tried exactly that... but nope, just tried and it worked. Or perhaps I tried it with quoted 'strings' instead of numeric values? Maybe that would still break, and I didn't repeat the test without the quotes...

Either way, your suggestion solved it. Thank you

from angle-grinder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.