package probe type MetricService interface { Send(sensorConfigID string, metric map[string]string) error }