-
Hi everyone, I try to create my own template (api.mustache) in order to generate a .jmx (Jmeter test file) to test my API REST.
My problem is to collect aproperties of a body type object parameter.
…
-
Hi,
I'm monitoring my Azkaban web - multiple executors deployment with jmx prometheus exporter. After upgrade I've noticed that jmx only works on Web.
Java flags I'm adding to web and executors:
…
-
My spring configuration XML extract:
```
```
In the code, I am using annotations
```
@Timed
public T get(String key) throws CacheServiceException {...}
```
In the tomcat, I have this configura…
-
Hi,
I looks like a cool plugin for pushing jmx metrics. I was also looking for doing something similar in mongoDB source connector and s3 sink connector. Can you please suggest how can I go about cr…
-
I am trying to instrument WARs inside WildFly 8.2.0 with JaCoCo via Arquillian for integration test coverage.
URL variant 1:
```
service:jmx:http-remoting-jmx://localhost:9990
```
Error variant 1:
…
-
### Arthas
To JMX, you have to create MBeans and register to the MBean server which is so annoying while injecting lots of business-unrelated code.
Arthas can almost the same thing as a co-host…
-
## Environment Description
* Presto version used: 0.287-SNAPSHOT
* Storage (HDFS/S3/GCS..): HDFS (remote hdfs storage cluster)
* Data source and connectors or catalogs used: hive-hadoop2
* Dep…
-
As title suggests, we want to add JMX work in multi-node ccm cluster's. Will go about doing this by creating a new environment variable.
-
-
I'm trying to setup jmx exporter to collect metrics by Prometheus.
Following the article https://corda.net/blog/monitoring-corda-nodes-with-prometheus-grafana-and-elk-on-docker-2/, I run corda with t…