Skip to content

Commit

Permalink
do not use otel for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jun 19, 2024
1 parent 910bb8d commit f68f9a6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/otel/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/pkg/otel/config_file_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/pkg/otel/config_file_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/pkg/otel/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/pkg/otel/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/pkg/otel/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//go:build !windows

package otel

import (
Expand Down

0 comments on commit f68f9a6

Please sign in to comment.