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
intervalprocessor.json•673 B
{
"fields": [
{
"name": "Interval",
"type": "time.Duration",
"description": "Interval is the time interval at which the processor will aggregate metrics.",
"required": true,
"mapstructureTag": "interval"
},
{
"name": "PassThrough",
"type": "PassThrough",
"description": "PassThrough is a configuration that determines whether gauge and summary metrics should be passed through as they are or aggregated.",
"required": true,
"mapstructureTag": "pass_through"
}
],
"imports": [
"errors",
"time",
"go.opentelemetry.io/collector/component"
],
"packageName": "intervalprocessor"
}