Skip to content

Commit

Permalink
move metering-query-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Dec 7, 2021
1 parent 8f3140f commit d459c35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/resources/filodb-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ filodb {
spread-assignment = []

shard-key-level-ingestion-metrics-enabled = true
# Time between each TenantIngestionMetering query/publish job
metering-query-interval = 15 minutes
# info config used for metric breakdown
cluster-type = "raw" // possible values: downsample, raw, recRule, aggregates etc.
# Name of the deployment partition that this FiloDB cluster belongs to
Expand Down Expand Up @@ -211,9 +213,6 @@ filodb {
shard-manager {
# Minimum time required between successive automatic shard reassignments done by ShardManager
reassignment-min-interval = 2 hours

# Time between each TenantIngestionMetering query/publish job
metering-query-interval = 15 minutes
}

cassandra {
Expand Down

0 comments on commit d459c35

Please sign in to comment.