java-agent
Here are 57 public repositories matching this topic...
Scenario
- JaCoCo version: 0.8.5 (latest)
- Operating system: Linux
- Tool integration: Maven
- Description of your use case: create aggregate report for multi-module Maven build
Current Behaviour
First report-aggregate creates an empty report. Then the documentation page at report-aggregate-mojo is without exa
-
Updated
May 31, 2020 - Java
Add some sort of URL (www.https://[host]:[port]/health ) in JMX exporter to return 200 which indicate that server is working fine. We had a use case where we just wanted to check the health without scrapping the beans. Idea was to check if JMX exporter service is working fine and raise alarm if JMX exporter's health is bad.
Changes can be done here:
https://github.com/prometheus/jmx_exporter/blo
-
Updated
Jun 13, 2020 - Java
-
Updated
Jan 21, 2020 - Java
-
Updated
May 11, 2020 - Java
The documentation for the sampling configuration is out of date - XML Element names have changed from what is documented,
https://github.com/microsoft/ApplicationInsights-Java/wiki/Sampling
For example, adaptive sampling should be like: (values here are the defaults configured if not provided)
<Sampling>
<Adaptive>
<MaxTelemetryItemsPerSecond>100</MaxTelemet
Currently, the configuration server is serving its web-UI via the followign path /ui/. This path cannot be changed. Due to this, it is not possible to use a different base URL like /serverA/ui/, e.g. when the server is behind a reverse proxy.
In order to overcome this problem, users should be able to define a base URL which is used for providing the web-UI.
-
Updated
Jul 29, 2019 - Java
-
Updated
Apr 24, 2020 - Java
-
Updated
Jul 30, 2018 - Java
-
Updated
Jun 11, 2020 - Java
-
Updated
Apr 28, 2020 - Java
-
Updated
Nov 4, 2017 - Java
-
Updated
Jan 16, 2017 - Java
-
Updated
May 22, 2020 - C++
-
Updated
Jan 19, 2020 - Java
-
Updated
Dec 21, 2017 - Java
-
Updated
Oct 29, 2019 - Java
-
Updated
Dec 5, 2018 - Java
-
Updated
Apr 8, 2017 - Java
-
Updated
Mar 30, 2019 - Java
-
Updated
Oct 31, 2019 - Java
Improve this page
Add a description, image, and links to the java-agent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-agent topic, visit your repo's landing page and select "manage topics."
i have read the tutorial carefully. but i am confused with some places.
1.the byte-buddy is nice. but i donot know DSL well. so i have spent some time to search DLS articles to understand it. if tutorial can offer some structure infomations of byte-buddy DSL,i think it.s better
2.annotions are nice,but i spent some time to understa