Skip to content
Snippets Groups Projects
  • Cameron Sparr's avatar
    db7a4b24
    Implement telegraf's own full metric type · db7a4b24
    Cameron Sparr authored
    main reasons behind this:
    - make adding/removing tags cheap
    - make adding/removing fields cheap
    - make parsing cheaper
    - make parse -> decorate -> write out bytes metric flow much faster
    
    Refactor serializer to use byte buffer
    db7a4b24
    History
    Implement telegraf's own full metric type
    Cameron Sparr authored
    main reasons behind this:
    - make adding/removing tags cheap
    - make adding/removing fields cheap
    - make parsing cheaper
    - make parse -> decorate -> write out bytes metric flow much faster
    
    Refactor serializer to use byte buffer