Closed sumo-drosiek closed 4 years ago
Expose custom_fields configuration parameter, which is going to be merged with record's fields.
custom_fields
Example:
record[:fields] = "foo=bar" custom_fields = "lorem=ipsum"
is going to generate
headers['X-Sumo-Fields']='foo=bar,lorem=ipsum'
@samjsong Could you take care about reviewers? I don't have permissions for this repo :) We also need add support in the k8s-collection, I will take care about it when this PR will be resolved
Expose
custom_fields
configuration parameter, which is going to be merged with record's fields.Example:
is going to generate