Skip to content
This repository has been archived by the owner. It is now read-only.

Fix collectd metric processing #3

Merged
merged 3 commits into from Aug 26, 2011
Merged

Commits on Jul 9, 2011

  1. adding types.db list from collectd v5.0.0

    Don Johnson
    Don Johnson committed Jul 9, 2011
  2. adding support for high-precision timestamps, multiple value types in…

    … each metric, and types.db metric name lookups
    Don Johnson
    Don Johnson committed Jul 9, 2011

Commits on Aug 26, 2011

  1. Improve on @donjohnson's ideas

    First, we look at the system installed types.db (works on centos
    package, should probably be generalized).
    
    Later, we split up the metric name into is parts according to the
    collectd data spec. The instance are split out and handled somewhat
    better.
    
    This fixes an issue where type instances will break the lookup in
    the types.db file.
    
    This also fixes an issue where metrics will be poorly named when
    they appear in graphite.
    
    CAVEAT: This makes changes that are not compatible with existing
    proxy users. The graphs will be given different names.
    
    tl:dr This breaks backwards compatability
    Corry Haines
    Corry Haines committed Aug 26, 2011
You can’t perform that action at this time.