Skip to content

Commit

Permalink
Merge branch '370-fix' into 'main'
Browse files Browse the repository at this point in the history
Added example of healthState and overallHealthState of the ServerRuntime

See merge request weblogic-cloud/weblogic-monitoring-exporter!296
  • Loading branch information
rjeberhard committed Jan 30, 2024
2 parents 53a0390 + 88e4434 commit 96e71a7
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions samples/configurations/healthState.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
metricsNameSnakeCase: true
queries:
- key: name
keyName: server
jtaRuntime:
key: name
keyName: jta
healthState:
prefix: wls_jta_health_
prefix: wls_server_
stringValues:
state: [SHUTDOWN,STARTING,RUNNING,STANDBY,FORCE_SUSPENDING,RESUMING,SHUTTING_DOWN,FAILED,UNKNOWN,FAILED_NOT_RESTARTABLE,ADMIN,FORCE_SHUTTING_DOWN]
overallHealthState:
prefix: wls_server_overallhealth_
stringValues:
state: [ok,failed,overloaded,critical,warn]
healthState:
prefix: wls_server_health_
stringValues:
state: [ok,failed,overloaded,critical,warn]
- JTARuntime:
prefix: wls_jta_
key: name
healthState:
prefix: wls_jta_health_
stringValues:
state: [ok,failed,overloaded,critical,warn]

0 comments on commit 96e71a7

Please sign in to comment.