Skip to content

fix: preserve attribute advice for retained metrics when Data Saver is enabled #2511

fix: preserve attribute advice for retained metrics when Data Saver is enabled

fix: preserve attribute advice for retained metrics when Data Saver is enabled #2511

Workflow file for this run

name: Build
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu]
java:
- 8 # TestedInstrumentationsSmokeTest only runs with this version, so update this test when 8 gets removed from the test matrix
- 11
- 17
- 21
steps:
- name: Check out
with:
persist-credentials: false
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1
with:
version: v2026.7.7
sha256: 429f71e7e989908bf975aafac9066329c16e2d8fc7cd8e74fdf21dd6300ffe7c
- name: Build
run: mise run build
env:
CHECK_GENERATED_FILES: true
SMOKE_TEST_JAVA_VERSION: ${{ matrix.java }} # the smoke tests will pick this up