Skip to content

Commit 284bb4e

Browse files
committed
Additional logging for compatability tests
1 parent 668bea5 commit 284bb4e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/metrics/030_importing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the metric names produced by the Coherence metrics publisher
7272
the metric names produced by the Coherence MP Metrics module.
7373
* Micrometer - these are dashboards under the `dashboards/grafana-micrometer/` directory that are compatible with
7474
the metric names produced by the Coherence Micrometer Metrics module. These are metrics commonly used with Microprofile applications such as Helidon.
75-
* Micrometer - these are dashboards under the dashboards/grafana-micrometer/ directory that are compatible with the metric names produced by the Coherence Micrometer Metrics module. Micrometer is a common metrics framework used with applications such as Spring, Micronaut etc.
75+
* Micrometer - these are dashboards under the `dashboards/grafana-micrometer/` directory that are compatible with the metric names produced by the Coherence Micrometer Metrics module. Micrometer is a common metrics framework used with applications such as Spring, Micronaut etc.
7676
7777
If you do not see metrics on the dashboards as expected you might be using the wrong dashboards version for how
7878
Coherence has been configured.

test/coherence_compatibility/persistence-active-1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ spec:
1010
readinessProbe:
1111
initialDelaySeconds: 10
1212
periodSeconds: 10
13+
jvm:
14+
args:
15+
- "-Dcoherence.k8s.operator.health.logs=true"
1316
coherence:
1417
cacheConfig: test-cache-config.xml
18+
logLevel: 9
1519
management:
1620
enabled: true
1721
port: 30000

test/coherence_compatibility/persistence-active-3.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ spec:
1010
readinessProbe:
1111
initialDelaySeconds: 10
1212
periodSeconds: 10
13+
jvm:
14+
args:
15+
- "-Dcoherence.k8s.operator.health.logs=true"
1316
coherence:
1417
cacheConfig: test-cache-config.xml
18+
logLevel: 9
1519
management:
1620
enabled: true
1721
port: 30000

0 commit comments

Comments
 (0)