summaryrefslogtreecommitdiff
path: root/vendor/open-telemetry/sdk/Metrics/Data/DataInterface.php
blob: 7aa0c0e20e234f6fa29ad295860782d439c2f1ed (plain)
1
2
3
4
5
6
7
8
9
<?php

declare(strict_types=1);

namespace OpenTelemetry\SDK\Metrics\Data;

interface DataInterface
{
}