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

Running multiple agents on a single machine #803

Closed
wants to merge 28 commits into from

Commits on Jan 27, 2023

  1. Adding multiport agenr

    cspetrdusak committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6927874 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. javadoc updates

    Signed-off-by: Petr Dušák <[email protected]>
    cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5fc6b51 View commit details
    Browse the repository at this point in the history
  2. Updating reading and comments

    Signed-off-by: Petr Dušák <[email protected]>
    cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    66d7b77 View commit details
    Browse the repository at this point in the history
  3. Bump dependency versions

    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    47cab3d View commit details
    Browse the repository at this point in the history
  4. fix(examples): add missing kafka quota pattern

    Signed-off-by: doxsch <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    doxsch authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e91c778 View commit details
    Browse the repository at this point in the history
  5. fix(examples): fix ordering for quota patterns

    Signed-off-by: doxsch <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    doxsch authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    680703a View commit details
    Browse the repository at this point in the history
  6. Fixed packaging to add version and name to BuildInfoMetric for the Ht…

    …tp server. Added tests to validate the correct name and version is not unknown
    
    Signed-off-by: Doug Hoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    73f1f23 View commit details
    Browse the repository at this point in the history
  7. Bump snakeyaml version

    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    730bb40 View commit details
    Browse the repository at this point in the history
  8. Use artifactId to generate debian package name

    - Since 77a5b8f, "name" is "Prometheus
      JMX Exporter - Http Server", which break debian package generation
    - use artifactId to get a correct name
    
    Signed-off-by: Romain Bouvier <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    Skunnyk authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2dfb8b0 View commit details
    Browse the repository at this point in the history
  9. Improve performance of duplicate sample lookup

    Maintain a lookup index for sample keys (name, labels)
    and use that to check for duplicate sample during scraping
    instead of O(n) list of samples
    
    Also guard non-trivial computation behind Logger level check
    
    Signed-off-by: Adi Muraru <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    amuraru authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    77788fa View commit details
    Browse the repository at this point in the history
  10. review comments

    Signed-off-by: Adi Muraru <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    amuraru authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d6a82b9 View commit details
    Browse the repository at this point in the history
  11. [maven-release-plugin] prepare release parent-0.18.0

    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1dc95dd View commit details
    Browse the repository at this point in the history
  12. [maven-release-plugin] prepare for next development iteration

    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2bc62d9 View commit details
    Browse the repository at this point in the history
  13. Update docs for release 0.18.0

    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    626f761 View commit details
    Browse the repository at this point in the history
  14. Add Doug Hoard as maintainer

    Signed-off-by: Fabian Stäber <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    fstab authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9c7acc7 View commit details
    Browse the repository at this point in the history
  15. Support Enums (prometheus#787)

    Signed-off-by: Geoffrey Muselli <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    speedfl authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9421d16 View commit details
    Browse the repository at this point in the history
  16. feat: adding apache helix as an example (prometheus#724)

    Signed-off-by: William Morgan <[email protected]>
    Co-authored-by: William Morgan <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    2 people authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    74d7e33 View commit details
    Browse the repository at this point in the history
  17. Temporarily removed ibmjava:8-jre due to CircleCI build failures (pro…

    …metheus#790)
    
    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0e8d416 View commit details
    Browse the repository at this point in the history
  18. Refactored integration test suite (prometheus#780)

    * Refactored integration test suite
    
    Signed-off-by: dhoard <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2858359 View commit details
    Browse the repository at this point in the history
  19. Decreased test engine thread count (prometheus#794)

    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1161e12 View commit details
    Browse the repository at this point in the history
  20. Changed build to use Java 11 (prometheus#795)

    * Changed build to use Java 11
    
    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    62a95c6 View commit details
    Browse the repository at this point in the history
  21. Added application heap memory setting (prometheus#796)

    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    85d28d5 View commit details
    Browse the repository at this point in the history
  22. Added specific Docker container memory settings (prometheus#797)

    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    bab8c89 View commit details
    Browse the repository at this point in the history
  23. Changed list of smoke test Docker images to constrain memory usage wh…

    …en running in CircleCI (prometheus#798)
    
    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e01e3d0 View commit details
    Browse the repository at this point in the history
  24. Fixed incorrect test container logic that allowed tests to start befo…

    …re the container was fully started (prometheus#799)
    
    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c7254a7 View commit details
    Browse the repository at this point in the history
  25. Refactored BuildInfoCollector for optimization (prometheus#800)

    Signed-off-by: dhoard <[email protected]>
    Signed-off-by: Petr Dušák <[email protected]>
    dhoard authored and cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    eefed13 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'main' into multiport-agent

    Signed-off-by: dupetr <[email protected]>
    dupetr authored May 12, 2023
    Configuration menu
    Copy the full SHA
    646c8c8 View commit details
    Browse the repository at this point in the history
  27. Adding multiport agent

    Signed-off-by: Petr Dušák <[email protected]>
    cspetrdusak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6e5522c View commit details
    Browse the repository at this point in the history