File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Reference HTTP Mode [Rules](/rules/rules/) for various `exporter.yaml` metrics c
61
61
2. Access HTTP Mode metrics using a browser to view your metrics.
62
62
63
63
```
64
- http://<APPLICATION_HOSTNAME >:<PORT >/metrics
64
+ http://<APPLICATION_HOSTNAME_OR_IP >:<PORT >/metrics
65
65
```
66
66
67
67
```
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Reference HTTP Mode [Rules](/rules/rules/) for various `exporter.yaml` metrics c
42
42
2. Access HTTP Mode metrics using a browser to view your metrics.
43
43
44
44
```
45
- http://<APPLICATION_HOSTNAME >:<PORT >/metrics
45
+ http://<APPLICATION_HOSTNAME_OR_IP >:<PORT >/metrics
46
46
```
47
47
48
48
```
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Reference HTTP Mode [Rules](/rules/rules/) for various `exporter.yaml` metrics c
61
61
2. Access HTTP Mode metrics using a browser to view your metrics.
62
62
63
63
```
64
- http://<APPLICATION_HOSTNAME >:<PORT >/metrics
64
+ http://<APPLICATION_HOSTNAME_OR_IP >:<PORT >/metrics
65
65
```
66
66
67
67
```
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Your application **must** expose RMI.
30
30
** exporter.yaml**
31
31
32
32
``` yaml
33
- hostPort : <APPLICATION_HOSTNAME >:<APPLICATION_RMI_PORT>
33
+ hostPort : <APPLICATION_HOSTNAME_OR_IP >:<APPLICATION_RMI_PORT>
34
34
rules :
35
35
- pattern : " .*"
36
36
` ` `
37
37
38
38
... or ...
39
39
40
40
` ` ` yaml
41
- jmxUrl : service:jmx:rmi:///jndi/rmi://<APPLICATION_HOSTNAME >:<APPLICATION_RMI_PORT>/jmxrmi
41
+ jmxUrl : service:jmx:rmi:///jndi/rmi://<APPLICATION_HOSTNAME_OR_IP >:<APPLICATION_RMI_PORT>/jmxrmi
42
42
rules :
43
43
- pattern : " .*"
44
44
` ` `
50
50
If your application's RMI server requires SSL you can add ` ssl: true`
51
51
52
52
` ` ` yaml
53
- hostPort: <APPLICATION_HOSTNAME >:<APPLICATION_RMI_PORT>
53
+ hostPort: <APPLICATION_HOSTNAME_OR_IP >:<APPLICATION_RMI_PORT>
54
54
ssl: true
55
55
rules:
56
56
- pattern: ".*"
61
61
If your application's RMI server requires authentication, you can add `username` and `password`
62
62
63
63
` ` ` yaml
64
- hostPort: <APPLICATION_HOSTNAME >:<APPLICATION_RMI_PORT>
64
+ hostPort: <APPLICATION_HOSTNAME_OR_IP >:<APPLICATION_RMI_PORT>
65
65
username: <APPLICATION_RMI_USERNAME>
66
66
password: <APPLICATION_RMI_PASSWORD>
67
67
rules:
You can’t perform that action at this time.
0 commit comments