File tree Expand file tree Collapse file tree 20 files changed +52
-41
lines changed
example-exemplars-tail-sampling
example-exporter-opentelemetry
example-exporter-servlet-tomcat
it-exporter-servlet-jetty-sample
it-exporter-servlet-tomcat-sample
it-spring-boot-smoke-test Expand file tree Collapse file tree 20 files changed +52
-41
lines changed Original file line number Diff line number Diff line change 11FILTER_REGEX_EXCLUDE = mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md
22IGNORE_GITIGNORED_FILES = true
33JAVA_FILE_NAME = google_checks.xml
4+ # conflicts with prettier
5+ VALIDATE_BIOME_FORMAT = false
6+ # conflicts with prettier
7+ VALIDATE_BIOME_LINT = false
48# disable kubernetes linter - complains about resource limits, etc
59VALIDATE_CHECKOV = false
610VALIDATE_CSS = false
@@ -17,6 +21,8 @@ VALIDATE_JAVA=false
1721# we have many duplicate code in our codebase for demo purposes
1822VALIDATE_JSCPD = false
1923VALIDATE_PYTHON_PYLINT = false
24+ # conflicts with black
25+ VALIDATE_PYTHON_RUFF_FORMAT = false
2026# excluding simpleclient-archive doesn't seem to work
2127VALIDATE_TRIVY = false
2228
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
16+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
1717 with :
18- version : v2025.9.15
19- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
18+ version : v2025.10.11
19+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
2020 - name : Run acceptance tests
2121 run : mise run acceptance-test
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313 with :
1414 persist-credentials : false
15- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
15+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
1616 with :
17- version : v2025.9.15
18- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
17+ version : v2025.10.11
18+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
1919 - name : Cache local Maven repository
2020 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2121 with :
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 persist-credentials : false
3838 fetch-tags : " true"
3939 fetch-depth : 0
40- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
40+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
4141 with :
42- version : v2025.9.15
43- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
42+ version : v2025.10.11
43+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
4444 cache : " false"
4545 - name : Setup Pages
4646 id : pages
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
16+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
1717 with :
18- version : v2025.9.15
19- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
18+ version : v2025.10.11
19+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
2020 - name : Lint
2121 run : mise run lint-rest
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 with :
1414 persist-credentials : false
1515 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
16+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
1717 with :
18- version : v2025.9.15
19- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
18+ version : v2025.10.11
19+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
2020 env :
2121 MISE_ENV : native
2222 - name : Run native tests
Original file line number Diff line number Diff line change 2424 run : grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV"
2525
2626 - name : Super-linter
27- uses : super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
27+ uses : super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
2828 env :
2929 # To report GitHub Actions status checks
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 with :
1818 persist-credentials : false
19- - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
19+ - uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
2020 with :
21- version : v2025.9.15
22- sha256 : ea3be29bf97e4a11f57706fcd779dcc719598c22125d47e99182092c83814baa
21+ version : v2025.10.11
22+ sha256 : 589cac941160e404d13be6f5699a25ffdb25b732084430338bc384df9f0a4438
2323 - name : Cache local Maven repository
2424 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525 with :
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Unicode
33weight : 2
44---
55
6+ {{< hint type=warning >}}
7+ Unicode support is experimental, because [ OpenMetrics specification] ( https://openmetrics.io/ ) is not
8+ updated yet to support Unicode characters in metric and label names.
9+ {{< /hint >}}
10+
611The Prometheus Java client library allows all Unicode characters, that can be encoded as UTF-8.
712
813At scrape time, some characters are replaced based on the ` encoding ` header according
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ services:
3636 - -jar
3737 - /example-greeting-service.jar
3838 collector :
39- image : otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621
39+ image : otel/opentelemetry-collector-contrib:0.138 .0@sha256:4a951ff0a9772f4fa8e9c7a326434370301b98b2b813933468dcb54aa6a6b5e5
4040 network_mode : host
4141 volumes :
4242 - ./config/otelcol-config.yaml:/config.yaml
4343 command :
4444 - --config=file:/config.yaml
4545 prometheus :
46- image : prom/prometheus:v3.6.0 @sha256:76947e7ef22f8a698fc638f706685909be425dbe09bd7a2cd7aca849f79b5f64
46+ image : prom/prometheus:v3.7.2 @sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
4747 network_mode : host
4848 volumes :
4949 - ./config/prometheus.yaml:/prometheus.yaml
@@ -52,14 +52,14 @@ services:
5252 - --enable-feature=native-histograms
5353 - --config.file=/prometheus.yaml
5454 tempo :
55- image : grafana/tempo:2.8.2 @sha256:0ef775495967cd5d7a6b2e146b6ea695d624803c8db8349fb8ce4164f719f9b7
55+ image : grafana/tempo:2.9.0 @sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
5656 network_mode : host
5757 volumes :
5858 - ./config/tempo-config.yaml:/config.yaml
5959 command :
6060 - --config.file=/config.yaml
6161 grafana :
62- image : grafana/grafana:12.2.0 @sha256:74144189b38447facf737dfd0f3906e42e0776212bf575dc3334c3609183adf7
62+ image : grafana/grafana:12.2.1 @sha256:35c41e0fd0295f5d0ee5db7e780cf33506abfaf47686196f825364889dee878b
6363 network_mode : host
6464 ports :
6565 - " 3000:3000"
You can’t perform that action at this time.
0 commit comments