Data Transformation
Configure how sampled data is transformed before it is written to your endpoint.
Privacy Schemas
Apply privacy transformation to measurements by assigning a privacy schema to the protocol.
Data transformation
CAMS supports data transformation via two concepts:DataTransformer- can transform one type ofDatato another type ofData.DataTransformerSchema- holds a set ofDataTransformers that can map from the native CARP namespace to another namespace.
You can make you own custom transformation implementations. See Extending CAMS.
Privacy transformer schemas
To apply privacy transformations, configure a privacy schema on the protocol:The default privacy schema can be extended or replaced by your own.