Skip to content

feat/override-influx-dbName - Allow custom jobs to write data to multiple influx databases residing in same Influx server - #73

Merged
rajuGT merged 1 commit into
mainfrom
override-influx-dbName
Jul 16, 2026
Merged

feat/override-influx-dbName - Allow custom jobs to write data to multiple influx databases residing in same Influx server#73
rajuGT merged 1 commit into
mainfrom
override-influx-dbName

Conversation

@rajuGT

@rajuGT rajuGT commented Jul 15, 2026

Copy link
Copy Markdown
  • This allows to segregate critical metrics vs non-critical, or
  • or in one of our usecase, the _series values are dropped/leaked due to the nature of the data and been recreated every day causing increasing db memory. So the new approach is to keep this high cardinality series data into new database.

With this maybe the new database can be re-indexed every night or recreate the db / based on one's usecase they can take the call.

…iple influx databases residing in same Influx Server

- This allows to seggregate critical metrics vs non-critical, or
- or in one of our usecase, the _series values are dropped/leaked due to
  the nature of the data and been recreated every day causing increasing
  db memory. So the new approach is to keep this high cardinality series
  data into new database.

With this maybe the new database can be re-indexed every night or
recreate the db / based on one's usecase they can take the call.
@rajuGT
rajuGT merged commit 5583474 into main Jul 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants