-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Apparently there has been the same request from others in the past, but without a solution.
We would like to know the HealthState or overallHealthState of the ServerRuntime and ApplicationRuntime.
key: name |
Here is an example of the JTARuntime. But this one does not seem to work. Is there a solution for this?
Activity
augeivv commentedon Jan 11, 2024
Hello,
is there any news on this topic yet?
marinakog commentedon Jan 17, 2024
please change your configuration to :
piotr-skrobisz commentedon Jan 29, 2024
@augeivv I had a similar requirement to export HealthState and overallHealthState of the ServerRuntime. I came up with the following configuration to get those metrics.
augeivv commentedon Feb 1, 2024
Thank you for your feedback.
However, I have a strange problem. The HealthState works with the ApplicationRuntime or JTARuntime, as in the example from @marinakog.
But not with the server runtime.
The status as shown at @piotr-skrobisz works.
i have following config:
russgold commentedon Feb 2, 2024
@augeivv What do you mean, "the status as shown at @piotr-skrobisz works"? Do you mean the example he offered? That is now the current example.
augeivv commentedon Feb 5, 2024
Yes, exactly. @russgold
The example he offered works. If I also add values.openSocketsCurrentCount. I don't get the healthstate of the server displayed.
Here is the output for my configuration from my example above:
is it not poosible to have values and healthState in one query?
augeivv commentedon Jun 18, 2024
hello @russgold ,
I wanted to ask again if there is a solution to the problem.
I have tried the configuration in the latest version of the exporter (2.2.0) and unfortunately I still get the same error.
I am not able to use values and healthstates within the same query.