Skip to main content
Glama

OpenTelemetry Collector MCP Server

by mottibec
solacereceiver.json1.36 kB
{ "fields": [ { "name": "Broker", "type": "[]string", "description": "The list of solace brokers (default localhost:5671)", "required": true, "mapstructureTag": "broker" }, { "name": "Queue", "type": "string", "description": "The name of the solace queue to consume from, it is required parameter", "required": true, "mapstructureTag": "queue" }, { "name": "MaxUnacked", "type": "int32", "description": "The maximum number of unacknowledged messages the Solace broker can transmit, to configure AMQP Link", "required": true, "mapstructureTag": "max_unacknowledged" }, { "name": "TLS", "type": "configtls.ClientConfig", "description": "", "required": false, "mapstructureTag": "tls,omitempty" }, { "name": "Auth", "type": "Authentication", "description": "", "required": true, "mapstructureTag": "auth" }, { "name": "Flow", "type": "FlowControl", "description": "", "required": true, "mapstructureTag": "flow_control" } ], "imports": [ "errors", "strings", "time", "go.opentelemetry.io/collector/config/configopaque", "go.opentelemetry.io/collector/config/configtls" ], "packageName": "solacereceiver" }

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/mottibec/otelcol-mcp'

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