Skip to content

Commit

Permalink
[HWKMETRICS-613] The configuration properties for the metrics expirat…
Browse files Browse the repository at this point in the history
…ion job are not flags.
  • Loading branch information
Stefan Negrea committed Mar 30, 2017
1 parent 82c5d27 commit da1f884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public enum ConfigurationKey {
METRICS_REPORTING_ENABLED("hawkular.metrics.reporting.enabled", null, "METRICS_REPORTING_ENABLED", true),

//Metric expiration job configuration
METRICS_EXPIRATION_DELAY("hawkular.metrics.expiration.delay", "1", "METRICS_EXPIRATION_DELAY", true),
METRICS_EXPIRATION_DELAY("hawkular.metrics.expiration.delay", "1", "METRICS_EXPIRATION_DELAY", false),
METRICS_EXPIRATION_JOB_FREQUENCY("hawkular.metrics.expiration.job.frequency", "7",
"METRICS_EXPIRATION_JOB_FREQUENCY", true),
"METRICS_EXPIRATION_JOB_FREQUENCY", false),

// Request logging properties
// Useful for debugging
Expand Down

0 comments on commit da1f884

Please sign in to comment.