opentelemetry-examples icon indicating copy to clipboard operation
opentelemetry-examples copied to clipboard

Wildfly metrics addition

Open hecomp opened this issue 2 years ago • 1 comments

  • Added Wildfly otel example

hecomp avatar Jun 22 '22 18:06 hecomp

Running the example I get:

2022-06-24T21:34:48.556Z	info	builder/exporters_builder.go:255	Exporter was built.	{"kind": "exporter", "name": "otlp"}
2022-06-24T21:34:48.556Z	info	builder/exporters_builder.go:255	Exporter was built.	{"kind": "exporter", "name": "logging"}
2022-06-24T21:34:48.556Z	info	builder/pipelines_builder.go:224	Pipeline was built.	{"kind": "pipeline", "name": "metrics"}
Error: cannot build receivers: cannot create receiver jmx: jmx error validating `jar_path`: error hashing file: open /opt/opentelemetry-jmx-metrics.jar: no such file or directory
2022/06/24 21:34:48 collector server run finished with error: cannot build receivers: cannot create receiver jmx: jmx error validating `jar_path`: error hashing file: open /opt/opentelemetry-jmx-metrics.jar: no such file or directory

@codeboten fixing.

hecomp avatar Jun 30 '22 15:06 hecomp

Closing as it is out of date. Feel free to reopen if work still needs to be merged

nslaughter avatar Dec 15 '22 17:12 nslaughter