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

Feat: Metric Package #69

Open
wants to merge 14 commits into
base: feat/metrics-middlewares
Choose a base branch
from

Commits on Oct 13, 2024

  1. revert metrics

    This reverts commit 7f4f21a.
    
    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    74bd3a5 View commit details
    Browse the repository at this point in the history
  2. feat: add metric configuration and version information

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3db713e View commit details
    Browse the repository at this point in the history
  3. feat: add response size metrics

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0343070 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. feat: add request duration in milliseconds metrics

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    93d6297 View commit details
    Browse the repository at this point in the history
  2. feat: add requests inflight metrics

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0963b0d View commit details
    Browse the repository at this point in the history
  3. feat: add base metrics middleware

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5b2a389 View commit details
    Browse the repository at this point in the history
  4. refactor: metrics to follow base middleware

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    02b6427 View commit details
    Browse the repository at this point in the history
  5. feat: add metrics into basic example

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    750b56b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. sync master

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9766e56 View commit details
    Browse the repository at this point in the history
  2. test: add metrics middleware test

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0a69031 View commit details
    Browse the repository at this point in the history
  3. test: add metrics request duration test

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0067fe4 View commit details
    Browse the repository at this point in the history
  4. test: add metrics request inflight test

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    830f58d View commit details
    Browse the repository at this point in the history
  5. test: add metrics response size test

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ada254f View commit details
    Browse the repository at this point in the history
  6. sync

    Signed-off-by: Ilham Syahid S <[email protected]>
    ilhamsyahids committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    93c394b View commit details
    Browse the repository at this point in the history