Package com.rale4j.sb.config
Class RateLimitProperties.Grafana
java.lang.Object
com.rale4j.sb.config.RateLimitProperties.Grafana
- Enclosing class:
RateLimitProperties
Grafana observability configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if Grafana observability is enabled.void
setEnabled
(boolean enabled) Sets the Grafana observability enabled state.
-
Constructor Details
-
Grafana
public Grafana()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Checks if Grafana observability is enabled.- Returns:
- true if enabled, false otherwise
-
setEnabled
public void setEnabled(boolean enabled) Sets the Grafana observability enabled state.- Parameters:
enabled
- the enabled state
-