diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 2161ce9..594e413 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -3,6 +3,16 @@ name: Create and publish a Docker image for Otel Collectors with Arrow on: workflow_dispatch: + pull_request: + branches: + - "**" + paths: + - "arrow/**" + push: + branches: + - main + paths: + - "arrow/**" # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: diff --git a/arrow/otelcolarrow-build.yaml b/arrow/otelcolarrow-build.yaml index 5ece441..7bd2779 100644 --- a/arrow/otelcolarrow-build.yaml +++ b/arrow/otelcolarrow-build.yaml @@ -11,7 +11,7 @@ # # Note: This is a relatively advanced operation, as it requires installing a Golang # toolchain to execute and build the collector this way. When you have this file -# configured to your liking, +# configured to your liking: # # go install go.opentelemetry.io/collector/cmd/builder@latest # builder --config otelarrowcol-build.yaml @@ -37,7 +37,7 @@ dist: # description: My Organization telemetry collector # name: otelarrowcol - version: 0.25.0 + version: 0.26.0 description: ServiceNow Cloud Observability OpenTelemetry Protocol with Apache Arrow gateway collector # This indicates which version of the core collector components as @@ -126,8 +126,8 @@ processors: # The tail sampling processor is included, by request. Please note that this component # does not provide the necessary information to correctly adjust counts in metrics derived # from sampled spans. - - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.103.0 - + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.107.0 + # You may be interested in other transform components in the # Collector-Contrib repository. Here are some that might be useful: #