-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6927874 - Browse repository at this point
Copy the full SHA 6927874View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fc6b51 - Browse repository at this point
Copy the full SHA 5fc6b51View commit details -
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66d7b77 - Browse repository at this point
Copy the full SHA 66d7b77View commit details -
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47cab3d - Browse repository at this point
Copy the full SHA 47cab3dView commit details -
fix(examples): add missing kafka quota pattern
Signed-off-by: doxsch <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e91c778 - Browse repository at this point
Copy the full SHA e91c778View commit details -
fix(examples): fix ordering for quota patterns
Signed-off-by: doxsch <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 680703a - Browse repository at this point
Copy the full SHA 680703aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 73f1f23 - Browse repository at this point
Copy the full SHA 73f1f23View commit details -
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 730bb40 - Browse repository at this point
Copy the full SHA 730bb40View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2dfb8b0 - Browse repository at this point
Copy the full SHA 2dfb8b0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 77788fa - Browse repository at this point
Copy the full SHA 77788faView commit details -
Signed-off-by: Adi Muraru <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6a82b9 - Browse repository at this point
Copy the full SHA d6a82b9View commit details -
[maven-release-plugin] prepare release parent-0.18.0
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dc95dd - Browse repository at this point
Copy the full SHA 1dc95ddView commit details -
[maven-release-plugin] prepare for next development iteration
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bc62d9 - Browse repository at this point
Copy the full SHA 2bc62d9View commit details -
Update docs for release 0.18.0
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 626f761 - Browse repository at this point
Copy the full SHA 626f761View commit details -
Signed-off-by: Fabian Stäber <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c7acc7 - Browse repository at this point
Copy the full SHA 9c7acc7View commit details -
Support Enums (prometheus#787)
Signed-off-by: Geoffrey Muselli <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9421d16 - Browse repository at this point
Copy the full SHA 9421d16View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 74d7e33 - Browse repository at this point
Copy the full SHA 74d7e33View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0e8d416 - Browse repository at this point
Copy the full SHA 0e8d416View commit details -
Refactored integration test suite (prometheus#780)
* Refactored integration test suite Signed-off-by: dhoard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2858359 - Browse repository at this point
Copy the full SHA 2858359View commit details -
Decreased test engine thread count (prometheus#794)
Signed-off-by: dhoard <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1161e12 - Browse repository at this point
Copy the full SHA 1161e12View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 62a95c6 - Browse repository at this point
Copy the full SHA 62a95c6View commit details -
Added application heap memory setting (prometheus#796)
Signed-off-by: dhoard <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85d28d5 - Browse repository at this point
Copy the full SHA 85d28d5View commit details -
Added specific Docker container memory settings (prometheus#797)
Signed-off-by: dhoard <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bab8c89 - Browse repository at this point
Copy the full SHA bab8c89View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e01e3d0 - Browse repository at this point
Copy the full SHA e01e3d0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c7254a7 - Browse repository at this point
Copy the full SHA c7254a7View commit details -
Refactored
BuildInfoCollector
for optimization (prometheus#800)Signed-off-by: dhoard <[email protected]> Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eefed13 - Browse repository at this point
Copy the full SHA eefed13View commit details -
Merge branch 'main' into multiport-agent
Signed-off-by: dupetr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 646c8c8 - Browse repository at this point
Copy the full SHA 646c8c8View commit details -
Signed-off-by: Petr Dušák <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e5522c - Browse repository at this point
Copy the full SHA 6e5522cView commit details