Function nemo_relay_openinference_subscriber_create_with_attribute_mappings
Function nemo_relay_openinference_subscriber_create_with_attribute_mappings
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_openinference_subscriber_create_with_attribute_mappings(
transport: *const c_char,
endpoint: *const c_char,
headers_json: *const c_char,
resource_attributes_json: *const c_char,
service_name: *const c_char,
service_namespace: *const c_char,
service_version: *const c_char,
instrumentation_scope: *const c_char,
timeout_millis: u64,
attribute_mappings_json: *const c_char,
out: *mut *mut FfiOpenInferenceSubscriber,
) -> NemoRelayStatus
Creates a new OpenInference subscriber with typed attribute mappings.
attribute_mappings_json is a JSON array of { "key": string, "alias": string } objects.
Safety
Any non-null C strings must be valid and out must be non-null.