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
wavefrontreceiver.json•697 B
{
"fields": [
{
"name": "TCPIdleTimeout",
"type": "time.Duration",
"description": "TCPIdleTimeout is the timeout for idle TCP connections.",
"required": true,
"mapstructureTag": "tcp_idle_timeout"
},
{
"name": "ExtractCollectdTags",
"type": "bool",
"description": "ExtractCollectdTags instructs the Wavefront receiver to attempt to extract tags in the CollectD format from the metric name. The default is false.",
"required": true,
"mapstructureTag": "extract_collectd_tags"
}
],
"imports": [
"errors",
"time",
"go.opentelemetry.io/collector/config/confignet"
],
"packageName": "wavefrontreceiver"
}