Skip to content

0.10.0

Compare
Choose a tag to compare
@yngvar-antonsson yngvar-antonsson released this 03 Aug 16:35
· 178 commits to master since this release
391304b

Changed

  • metrics registry refactoring to search with O(1) #188
  • ipairs instead of pairs while iteration in histogram #196
  • set_export function provide default metrics config to make role reloadable #248
  • metrics registry refactoring to add and remove callbacks with O(1) #276

Fixed

  • be gentle to http routes, don't leave gaps in the array
    #246
  • allow to create summary without observations #265

Added

  • tnt_clock_delta metric to compute clock difference on instances #232
  • set custom global labels in config and with set_labels function #259
  • allow to include and exclude default metrics in config and in enable_default_metrics function
    #222
  • unregister_callback function #262

Deprecated

  • enable_cartridge_metrics function