Skip to content

Commit

Permalink
utils: change metrics server util pkg name (#2016)
Browse files Browse the repository at this point in the history
Signed-off-by: 佑祎 <zzw261520@alibaba-inc.com>
  • Loading branch information
zwzhang0107 committed Apr 29, 2024
1 parent f9cd031 commit c7c8536
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .licenseignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ test/e2e/e2e_test.go
test/e2e/suites.go
test/utils/image
pkg/util/histogram
pkg/util/metricserver
pkg/util/metricsserver
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package metrics
package metricsserver

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package metrics
package metricsserver

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package metrics
package metricsserver

import (
"time"
Expand Down

0 comments on commit c7c8536

Please sign in to comment.