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

perf(plugin/prometheus): generate metrics output data with string.buffer #11065

Merged
merged 15 commits into from
Jun 25, 2023

Commits on Jun 25, 2023

  1. metric_data with string.buffer

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    7f7ff9f View commit details
    Browse the repository at this point in the history
  2. printable_metric_data in api.lua

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8891400 View commit details
    Browse the repository at this point in the history
  3. seen_metrics

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e89bf62 View commit details
    Browse the repository at this point in the history
  4. buffer:putf

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6da9c7b View commit details
    Browse the repository at this point in the history
  5. st_format

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e5520e5 View commit details
    Browse the repository at this point in the history
  6. param fmt

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    97eab6d View commit details
    Browse the repository at this point in the history
  7. dont use iparis

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    fcc35b5 View commit details
    Browse the repository at this point in the history
  8. string.sub with -2

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    65a9617 View commit details
    Browse the repository at this point in the history
  9. ngx.get_phase

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    25de6f3 View commit details
    Browse the repository at this point in the history
  10. ngx.shared[shm]

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    83abc7a View commit details
    Browse the repository at this point in the history
  11. lint fix

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2eb3239 View commit details
    Browse the repository at this point in the history
  12. changelog

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    250e372 View commit details
    Browse the repository at this point in the history
  13. remove st_format

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    29b9ded View commit details
    Browse the repository at this point in the history
  14. typo fix

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1bc473d View commit details
    Browse the repository at this point in the history
  15. buffer free

    chronolaw authored and oowl committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4489931 View commit details
    Browse the repository at this point in the history