OtelHeaderInput
No description
input OtelHeaderInput {
key: String!
value: String!
encrypted: Boolean!
}
Fields
OtelHeaderInput.key ● String! non-null scalar miscellaneous
HTTP header name
OtelHeaderInput.value ● String! non-null scalar miscellaneous
HTTP header value
OtelHeaderInput.encrypted ● Boolean! non-null scalar miscellaneous
HTTP header value
Member Of
OtelConfigurationInput input ●
OtelOverrideSettingsInput input
Was this topic helpful?