Skip to content

Commit

Permalink
Merge pull request #92 from lightstep/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
jaronoff97 authored Aug 22, 2024
2 parents 56cbb20 + 9c98c9d commit 3f9c6b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for Otel Collectors with Arrow

on:
workflow_dispatch:
push:
branches:
- main

# 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:
Expand Down
6 changes: 3 additions & 3 deletions arrow/otelcolarrow-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
#
Expand Down

0 comments on commit 3f9c6b3

Please sign in to comment.