Issue for amending KVP functionality so that a user can enable/disable kvp telemetry emission via the config struct.
Current idea is to pass the config to the subscriber setup and create the emit_kvp_layer only if kvp_diagnostics flag is enabled. Once we have KVP functionality, it can be amended to allow this.
Related to PR #133.