Gregor Zeitlinger
|
78e459efa8
|
fix JMX usage examples (#7877)
If the unit is a number, there's a ClassCastException.
However, I'm not sure if updating the documentation is the right fix
- `1` is also used in some internal config files - e.g.
[tomcat](4db65b6d1f/instrumentation/jmx-metrics/javaagent/src/main/resources/jmx/rules/tomcat.yaml (L4) )
- it's an incompatible change for users, such as myself
|
2023-02-22 15:49:11 -08:00 |
Peter Findeisen
|
630f7513f6
|
7706 Handle JMX MBean attributes with embedded dots (#7841)
Allowing to use backslash as an escape character within MBean attribute
names.
|
2023-02-21 12:05:19 -08:00 |
Peter Findeisen
|
5efa6408e4
|
Adding a reference to runtime metrics (#7407)
As suggested by @tylerbenson, adding a reference to the runtime metrics
reported by the agent.
|
2022-12-14 07:59:05 -08:00 |
Peter Findeisen
|
c4ceaaa8d9
|
Issue 7212 - Allow multiple YAML configuration files for JMX rules (#7284)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2022-11-24 11:20:08 +01:00 |
Aaron Ai
|
2d7395c44b
|
Introduce markdown lint check (#7175)
Fixes #7129
|
2022-11-16 20:48:42 -08:00 |
Peter Findeisen
|
4db65b6d1f
|
JMX Metric Insight (#6573)
Solving
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6131
(JMX Support).
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2022-11-15 19:52:12 -08:00 |