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

Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads #1559

Merged

Commits on Jul 11, 2024

  1. Add go_gomaxprocs, go_gogc_percent and go_gomemlimit to the default G…

    …o runtime metrics
    
    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cd8445b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Move newly added metrics out of base metrics and into goCollector

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5d64fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Rethink struct for newly added metrics, adapt and add tests

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    17b3065 View commit details
    Browse the repository at this point in the history
  2. Simplify new metrics reading

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5d9b680 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Correct loop, add debugging lines

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4490f8d View commit details
    Browse the repository at this point in the history
  2. Make goRuntimeEnvVarsMetrics function Go version dependent

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb0afbe View commit details
    Browse the repository at this point in the history
  3. Fix go mod

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0b3a6f0 View commit details
    Browse the repository at this point in the history
  4. Remove debuggin line

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6478f56 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'prometheus/main' into add-three-to-defa…

    …ult-go-runtime-metrics
    vesari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e4a5ade View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Merge remote-tracking branch 'prometheus/main' into add-three-to-defa…

    …ult-go-runtime-metrics
    vesari committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a04c891 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Move default runtime metrics into the runtime metrics flow, change te…

    …sts accordingly
    
    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    20ebd6c View commit details
    Browse the repository at this point in the history
  2. Go version expected default runtime metrics map for tests

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed4053d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. 1.21 update.

    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b8a9eb7 View commit details
    Browse the repository at this point in the history
  2. Addressed comments on Arianna's PR.

    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    23879d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from prometheus/newmetrics

    Addressed comments
    vesari committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cd5a2a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eb377e View commit details
    Browse the repository at this point in the history
  5. Use default GoCollector func in test

    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4a2cb15 View commit details
    Browse the repository at this point in the history