Skip to main content
Glama
otlp_traces.json2.52 kB
{ "id": "otlp_traces", "schema": { "type": "object", "title": "", "properties": { "dropNonTraceEvents": { "type": "boolean", "title": "Drop non-trace events", "default": false }, "otlpVersion": { "type": "string", "title": "OTLP version", "enum": ["0.10.0", "1.3.1"], "enumNames": ["0.10.0", "1.3.1"], "default": "0.10.0" }, "batchOTLPTraces": { "type": "boolean", "title": "Batch OTLP traces", "description": "Batch OTLP traces by shared top-level `resource` attributes", "default": false } }, "dependencies": { "batchOTLPTraces": { "oneOf": [ { "properties": { "batchOTLPTraces": { "enum": [false] } } }, { "properties": { "batchOTLPTraces": { "enum": [true] }, "sendBatchSize": { "type": "number", "title": "Batch size", "description": "Number of spans after which a batch will be sent, regardless of the timeout", "default": 8192 }, "timeout": { "type": "number", "title": "Batch timeout (ms)", "description": "Time duration after which a batch will be sent, regardless of size", "default": 200 }, "sendBatchMaxSize": { "type": "number", "title": "Batch size limit (kb)", "description": "Maximum batch size. Enter 0 for no maximum.", "default": 0 }, "metadataKeys": { "type": "array", "title": "Batch traces metadata keys", "description": "When set, this processor will create one batcher instance per distinct combination of values in the metadata" }, "metadataCardinalityLimit": { "type": "number", "title": "Metadata cardinality limit", "description": "Limit the number of unique combinations of metadata key values that will be processed over the lifetime of the process. After the limit is reached, events with new metadata key value combinations will be dropped.", "default": 1000 } } } ] } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atree1023/snc-cribl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server