You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
When checking cluster state of Performance Analyzer, the responses are bit-encoded numeric values, which don't provide much meaningful insight.
GET localhost:9200/_plugins/_performanceanalyzer/cluster/config
{"batchMetricsRetentionPeriodMinutes": 7, "currentPerformanceAnalyzerClusterState": 19, "shardsPerCollection": 0}
The value of 19 translates to 0b1011, which in turn provides the following being enabled:
PerformanceAnalyzer : Enabled (LSB)
RCA Engine : Enabled
Logging : Disabled
BatchMetrics : Enabled
ThreadContentionMonitoring : Disabled (MSB)
What solution would you like?
The response should be meaningful like:
Is your feature request related to a problem?
When checking cluster state of Performance Analyzer, the responses are bit-encoded numeric values, which don't provide much meaningful insight.
The value of
19
translates to0b1011
, which in turn provides the following being enabled:What solution would you like?
The response should be meaningful like:
What alternatives have you considered?
None
Do you have any additional context?
None
The text was updated successfully, but these errors were encountered: