| 1 | <?php | ||
| 10 | class MetricServiceFactory | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * @param $type | ||
| 14 | * @param array $options | ||
| 15 | * @param array $contextualTags | ||
| 16 | * | ||
| 17 | * @return DogStatsDMetricService|StatsDMetricService | ||
| 18 | * @throws MetricsException | ||
| 19 | * @throws \Exception | ||
| 20 | */ | ||
| 21 | public static function create($type, $options = [], $contextualTags = []) | ||
| 36 | } | ||
| 37 |