Move SDK stats to metrics (#346)
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
This commit is contained in:
parent
d83f7930cd
commit
b7e4bc86ec
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.opentelemetry.sdk.stats;
|
||||
package io.opentelemetry.sdk.metrics.stats;
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import io.opentelemetry.internal.Utils;
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.opentelemetry.sdk.stats;
|
||||
package io.opentelemetry.sdk.metrics.stats;
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import io.opentelemetry.internal.Utils;
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.opentelemetry.sdk.stats;
|
||||
package io.opentelemetry.sdk.metrics.stats;
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import io.opentelemetry.internal.StringUtils;
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.opentelemetry.sdk.stats;
|
||||
package io.opentelemetry.sdk.metrics.stats;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.opentelemetry.sdk.stats.impl;
|
||||
package io.opentelemetry.sdk.metrics.stats.impl;
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import io.opentelemetry.metrics.Measure;
|
Loading…
Reference in New Issue