Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lightstep/otel-collector-charts int…
Browse files Browse the repository at this point in the history
…o jmacd/sampler
  • Loading branch information
jaronoff97 committed Sep 23, 2024
2 parents 10a2660 + 39afee9 commit 241c477
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions arrow/otelcolarrow-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 241c477

Please sign in to comment.