File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
src/main/java/streams/metric/exporter/streamstracker/metrics Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ under the License.
22
22
<modelVersion >4.0.0</modelVersion >
23
23
<groupId >streamsx.jmxclients</groupId >
24
24
<artifactId >streams-metric-exporter</artifactId >
25
- <version >1.3.1 </version >
25
+ <version >1.3.2 </version >
26
26
<packaging >jar</packaging >
27
27
28
28
<name >streams-metric-exporter</name >
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ scrape_configs:
4
4
metrics_path : /prometheus
5
5
static_configs :
6
6
- targets : ['streamsexporter:25500']
7
+ - job_name : streamsexporter
8
+ scrape_interval : 10s
9
+ metrics_path : /prometheus
10
+ static_configs :
11
+ - targets : ['172.31.29.41:25500']
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ public String getAllMetrics() {
62
62
63
63
private void setAllMetrics (String allMetrics ) {
64
64
this .allMetrics = allMetrics ;
65
+ LOGGER .debug ("allMetrics: " );
66
+ LOGGER .debug (allMetrics );
65
67
}
66
68
67
69
public Date getLastMetricsRefresh () {
You can’t perform that action at this time.
0 commit comments