File tree Expand file tree Collapse file tree 5 files changed +30
-10
lines changed Expand file tree Collapse file tree 5 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4.0.0
40
+ uses : actions/checkout@v4.1.1
41
41
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@v3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@v2
48
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 13
13
publish-smoke-test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4.0.0
16
+ - uses : actions/checkout@v4.1.1
17
17
- uses : enriikke/gatsby-gh-pages-action@v2
18
18
env :
19
19
GH_API_KEY : ${{ secrets.GITHUB_TOKEN }}
25
25
needs : publish-smoke-test
26
26
steps :
27
27
- name : Checkout Smoke Test Branch
28
- uses : actions/checkout@v4.0.0
28
+ uses : actions/checkout@v4.1.1
29
29
with :
30
30
path : smoke-test
31
31
ref : smoke-test
35
35
echo $ST_LC
36
36
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
37
37
- name : Checkout Published Branch
38
- uses : actions/checkout@v4.0.0
38
+ uses : actions/checkout@v4.1.1
39
39
with :
40
40
path : published
41
41
ref : gh-pages
58
58
needs : verify-smoke-test
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v4.0.0
61
+ - uses : actions/checkout@v4.1.1
62
62
with :
63
63
ref : gh-pages
64
64
- name : merge commit push
Original file line number Diff line number Diff line change 16
16
- ubuntu-latest
17
17
- windows-latest
18
18
steps :
19
- - uses : actions/checkout@v4.0.0
20
- - uses : actions/setup-node@v3
19
+ - uses : actions/checkout@v4.1.1
20
+ - uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ' 16'
23
23
cache : ' npm'
29
29
GH_API_KEY : ${{ secrets.GITHUB_TOKEN }}
30
30
- name : Upload site as actions artifact
31
31
if : ${{ runner.os == 'Linux' }}
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : site
35
35
path : public
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ description:
6
6
path : /blog
7
7
8
8
blogs :
9
+ - title : " ADOT Java Agent v1.31.1 - High Cardinality Metrics"
10
+ author : " Bryan Aguilar"
11
+ date : " 12-December-2023"
12
+ body :
13
+ " ADOT Java Agent v1.31.1 high cardinality metrics notice"
14
+ link : " /docs/java-agent-1-31-1-notice"
15
+
9
16
- title : " AWS Distro for OpenTelemetry EKS Add-on v0.88.0-eksbuild.2 is now available"
10
17
author : " Bryan Aguilar"
11
18
date : " 08-December-2023"
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ' ADOT Java Agent v1.31.1 - High Cardinality Metrics'
3
+ description :
4
+ ADOT Java Agent v1.31.1 high cardinality metrics notice
5
+
6
+ ---
7
+ import SectionSeparator from " components/MdxSectionSeparator/sectionSeparator.jsx"
8
+
9
+ <SectionSeparator />
10
+
11
+ ## Notice
12
+
13
+ We are investigating an issue with ADOT Java Agent v1.31.1. That version of the Java agent can generate high cardinality metrics from the auto instrumentation.
You can’t perform that action at this time.
0 commit comments