Commit Graph

22 Commits

Author SHA1 Message Date
Luigi De Masi 89a6a59310
Updated Camel rules adding route.started rooute.added and thread pool… (#12763) 2024-11-27 09:32:43 -08:00
SylvainJuge 238a201055
jmx state metrics (#12369)
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com>
2024-10-17 12:58:08 -07:00
jack-berg 780cdf4a93
Support declarative configuration (#12265) 2024-10-15 20:56:27 -07:00
SylvainJuge 2d5775ae8a
Allow JMX Insight reuse for remote connections (#12178) 2024-09-13 13:23:09 -07:00
SylvainJuge eb6624b5ea
remove duplication in tomcat JMX config (#12172) 2024-09-12 08:18:52 -07:00
Luigi De Masi cdd8bbab5a
Added rules for capturing Apache Camel metrics exposed by JMX MBeans (#11901) 2024-08-28 13:47:44 -07:00
Lauri Tulmin 8de3f0ea4b
Fix jmx-metrics on wildfly (#11151) 2024-04-30 10:14:41 +03:00
Gregor Zeitlinger 5d9efb1f20
use duration parser in jmx metrics (#10532) 2024-02-13 08:31:12 -08:00
SylvainJuge 015a4663b3
JMX metrics for Tomcat with 'Tomcat' JMX domain (#10115) 2024-01-02 14:31:53 -08:00
Trask Stalnaker aabd14fb6e
Apply Prettier to yaml files (#8969) 2023-07-20 02:54:31 +00:00
Trask Stalnaker 2bdddafdc4
Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00
OpenTelemetry Bot acbab58a46
Update the OpenTelemetry SDK version to 1.28.0 (#8897)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-07-10 12:45:01 -07:00
Trask Stalnaker 39f4891b21
Rename runtime-metrics to runtime-telemetry (#8715)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-06-14 09:52:27 +00:00
Robert Toyonaga 3d0971b318
Rename `runtime-metrics` to `runtime-telemetry-jmx` (#8165)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2023-05-15 17:30:42 -07:00
shuwpan 52e349c718
add test case to validate existing rules are correct (#8300) 2023-04-26 09:43:20 +03:00
Peter Findeisen 98653ef075
7883 ClassCastException when using -Dotel.jmx.target.system=tomcat (#7884)
Using "1" to specify units of plain cardinality.
2023-02-23 12:28:10 +01:00
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