Skip to content

Commit f75fb0c

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/prettier-3.1.1
2 parents 646efb8 + 61af53d commit f75fb0c

File tree

5 files changed

+30
-10
lines changed

5 files changed

+30
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4.0.0
40+
uses: actions/checkout@v4.1.1
4141

4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v2
43+
uses: github/codeql-action/init@v3
4444
with:
4545
languages: ${{ matrix.language }}
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v2
48+
uses: github/codeql-action/analyze@v3

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish-smoke-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.0.0
16+
- uses: actions/checkout@v4.1.1
1717
- uses: enriikke/gatsby-gh-pages-action@v2
1818
env:
1919
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
needs: publish-smoke-test
2626
steps:
2727
- name: Checkout Smoke Test Branch
28-
uses: actions/checkout@v4.0.0
28+
uses: actions/checkout@v4.1.1
2929
with:
3030
path: smoke-test
3131
ref: smoke-test
@@ -35,7 +35,7 @@ jobs:
3535
echo $ST_LC
3636
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
3737
- name: Checkout Published Branch
38-
uses: actions/checkout@v4.0.0
38+
uses: actions/checkout@v4.1.1
3939
with:
4040
path: published
4141
ref: gh-pages
@@ -58,7 +58,7 @@ jobs:
5858
needs: verify-smoke-test
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v4.0.0
61+
- uses: actions/checkout@v4.1.1
6262
with:
6363
ref: gh-pages
6464
- name: merge commit push

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
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
2121
with:
2222
node-version: '16'
2323
cache: 'npm'
@@ -29,7 +29,7 @@ jobs:
2929
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Upload site as actions artifact
3131
if: ${{ runner.os == 'Linux' }}
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: site
3535
path: public

src/content/BlogPosts/blogPosts.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ description:
66
path: /blog
77

88
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+
916
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.88.0-eksbuild.2 is now available"
1017
author: "Bryan Aguilar"
1118
date: "08-December-2023"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)