diff --git a/.github/workflows/templates-build-push-image.yml b/.github/workflows/templates-build-push-image.yml index 16f5d8440..fc7a2afc6 100644 --- a/.github/workflows/templates-build-push-image.yml +++ b/.github/workflows/templates-build-push-image.yml @@ -1,6 +1,5 @@ -name: Build and Push (Linux) on: - workflow_dispatch: + workflow_call: inputs: image_name: required: true @@ -16,8 +15,6 @@ jobs: linux: name: Build & Push (Linux) runs-on: ubuntu-latest - permissions: - packages: write steps: - name: Checkout Code uses: actions/checkout@v4 @@ -43,7 +40,7 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: hkfgo + username: tomkerkhove password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push preview image @@ -52,5 +49,5 @@ jobs: build-args: VERSION="${{ env.artifact_full_version }}" context: ./src/ file: ./src/${{ inputs.project_name }}/Dockerfile.linux - tags: ghcr.io/hkfgo/${{ env.image_commit_uri }},ghcr.io/hkfgo/${{ env.image_latest_uri }} + tags: ${{ env.image_commit_uri }},${{ env.image_latest_uri }} push: true \ No newline at end of file diff --git a/config/opentelemetry-collector/collector-config.yaml b/config/opentelemetry-collector/collector-config.yaml index 3ce975037..5efc22f2a 100644 --- a/config/opentelemetry-collector/collector-config.yaml +++ b/config/opentelemetry-collector/collector-config.yaml @@ -2,8 +2,7 @@ receivers: otlp: protocols: grpc: - tls: - insecure: true + exporters: prometheus: endpoint: "0.0.0.0:8889" diff --git a/config/promitor/scraper/ci-runtime.yaml b/config/promitor/scraper/ci-runtime.yaml index c51ecf74b..b8eefbcd5 100644 --- a/config/promitor/scraper/ci-runtime.yaml +++ b/config/promitor/scraper/ci-runtime.yaml @@ -15,11 +15,6 @@ telemetry: verbosity: trace defaultVerbosity: trace azureMonitor: - integration: - metricsBatching: - enabled: true - maxBatchSize: 2 - azureRegion: westeurope logging: isEnabled: false resourceDiscovery: