Skip to content

Commit

Permalink
Update prometheus exec receiver build comments (#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrod1598 authored Jan 4, 2022
1 parent 4cc0f03 commit 87c7acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

//go:build !windows
// +build !windows

package subprocessmanager // import "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusexecreceiver/subprocessmanager"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

//go:build windows
// +build windows

package subprocessmanager // import "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusexecreceiver/subprocessmanager"

Expand Down

0 comments on commit 87c7acb

Please sign in to comment.