Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/autorerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: |-
${{ github.token }}
${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: plengauer/autorerun@v0.37.0
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/autoversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: |-
${{ github.token }}
${{ secrets.ACTIONS_GITHUB_TOKEN }}
${{ secrets.OPENAI_API_TOKEN }}
- uses: plengauer/autoversion@v2.3.0
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
run:
working-directory: ./src
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: ${{ github.token }}
- uses: actions/checkout@v6
- run: sudo apt-get update && sudo apt-get install devscripts debhelper
- run: sed -i "s/__VERSION__/$(cat ../VERSION)/g" DEBIAN/control
Expand All @@ -25,6 +31,12 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: ${{ github.token }}
- uses: actions/download-artifact@v8.0.1
with:
name: package.deb
Expand All @@ -41,6 +53,14 @@ jobs:
contents: write
actions: read
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: |-
${{ github.token }}
${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/checkout@v6.0.2
- run: echo "version=$(cat VERSION)" >> "$GITHUB_OUTPUT"
id: version
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

on:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
- run: |
:
permissions:
actions: read
3 changes: 2 additions & 1 deletion .github/workflows/observability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OpenTelemetry

on:
workflow_run:
workflows: [Autoapprove, Autorerun, Autoversion, Publish, Renovate, Copilot coding agent]
workflows: [Autorerun, Autoversion, CI, CodeQL, Copilot code review, Copilot coding agent, Publish, Renovate]
types:
- completed

Expand All @@ -16,3 +16,4 @@ jobs:
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
permissions:
actions: read
container: ghcr.io/plengauer/opentelemetry-github-workflow-instrumentation-runner:v5.47.3
17 changes: 17 additions & 0 deletions .github/workflows/observability_checksuite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: OpenTelemetry
on:
check_suite:
types:
- completed
jobs:
export:
if: github.event.check_suite.app.slug != 'github-actions'
runs-on: ubuntu-latest
permissions:
checks: read
actions: read
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/checksuite@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
permissions:
pages: write
id-token: write
actions: read
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: ${{ github.token }}
- uses: plengauer/create-deb-repository@v0.0.17
- uses: actions/upload-pages-artifact@v4.0.0
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.47.3
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: |-
${{ github.token }}
${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: renovatebot/github-action@v46.1.4
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
Expand Down
Loading