Move SDK stats to metrics (#346)

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
This commit is contained in:
Pavol Loffay 2019-05-24 16:50:38 +02:00 committed by Bogdan Drutu
parent d83f7930cd
commit b7e4bc86ec
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.opentelemetry.sdk.stats;
package io.opentelemetry.sdk.metrics.stats;
import java.util.List;

View File

@ -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;