Code

plugin, store: Add service/metric "hostname" attributes centrally.
authorSebastian Harl <sh@tokkee.org>
Wed, 16 Sep 2015 19:33:05 +0000 (21:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 16 Sep 2015 19:33:05 +0000 (21:33 +0200)
commit90174606fdfac1dba1330b48cb16bb2ca1efb0a4
treed2c60f2d8a156079327204329514761995c21723
parentbdc839955f8ebe45f07f4c6f8886e6fc7afc2466
plugin, store: Add service/metric "hostname" attributes centrally.

That is, let the respective sdb_plugin_store* functions do that instead of
requiring each store implementation to do so.
src/core/plugin.c
src/core/store.c
t/unit/core/store_expr_test.c
t/unit/core/store_json_test.c