Releases: InfluxGraph/influxgraph
Releases · InfluxGraph/influxgraph
1.0.0 beta 12
Fixes:
- Series and fields with no matching templates no longer added to index
Changes:
- Log now shows index build time at info level
- Finder's log file no longer rotated when enabled
- Improved index building performance when using templates
1.0.0 beta 11
Changes:
- Improve index building performance with multiple configured templates
1.0.0 beta 10
Fixes:
- Single fetch reader memcache integration not being used correctly
Statsd
integration not being used when enabled in configuration file- Single fetch reader not using logger correctly
1.0.0 beta 9
Changes:
- Field key list memcache compression
- Pre-load field key list on startup when using memcache
Fixes:
- Allow GC to be better able to collect tree index nodes
- Avoid loading field key list when not using templates
1.0.0 beta 8
Changes:
- Added 30 and 10 second deltas for query intervals at or under 30min and 15min respectively to default
deltas
configuration
Fixes:
- Use
fill(previous)
in queries so that Graphite API function calculations get the expected amount of data - Avoid adding
value
field to index when using templates withfield
in them
1.0.0 beta 5
Changes:
- Improve index building performance for templates with field keys - order of magnitude improvement
- Memcache integration for field keys list
Fixes:
- Index building on templates with field data and no template match
- Index building with greedy
field
templates
1.0.0 beta 4
Features:
- Multiple tag values in one query support
- Multiple influxdb statements in one query
Fixes:
- Index building and parsing with multiple configured templates
- Index building with template tags in correct order
1.0.0 beta 3
- Added
field
andfield*
support in Graphite templates and integration tests - see configuration for example usage - Refactored template matching to ported InfluxDB code from regex matching for completion and performance
1.0.0 beta 2
Bug fixes:
- Fix index building bug when DB has data with tags without templates configured in Graphite-API
1.0.0 beta 1
First beta release with new name.
Changes:
- Added initial templating support for testing
Templating as per InfluxDB configuration not fully supported yet. Only uses measurements, not fields.
For use with InfluxDB template configuration using measurement
and measurement*
only and InfluxDB data containing only one field, value
.