Skip to content

Commit

Permalink
corrections after rebasing on v0.68.0 (from v0.59.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhogayatakb committed Jun 12, 2024
1 parent e9e5387 commit 1193d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metrics:
unit: "By/s"
gauge:
value_type: double
attributes: [ device, direction ]
attributes: [ direction ]
system.disk.operations:
enabled: true
description: Disk operations count.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"go.opentelemetry.io/collector/receiver/scrapererror"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter/filterset"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal"
// "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper/bcal"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper/internal/metadata"
)
Expand Down

0 comments on commit 1193d67

Please sign in to comment.