Skip to content

Commit f4fa7d1

Browse files
authored
Merge branch 'main' into otel-usecase
2 parents 6f2cf06 + 07f0cd2 commit f4fa7d1

File tree

1,998 files changed

+27839
-21544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,998 files changed

+27839
-21544
lines changed

.clabot

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,20 @@
154154
"draval-sumo",
155155
"jbaldo",
156156
"prateek-sumologic",
157-
"mafsumo"
157+
"mafsumo",
158+
"smosca-sumologic",
159+
"NateLedet",
160+
"dedayosam",
161+
"klevitskiy-cyberint",
162+
"redrover02",
163+
"ankurch627",
164+
"yasar-sumologic",
165+
"ruturajsumo",
166+
"bchrobot-mh",
167+
"sachin-sumologic",
168+
"Andrew-L-Johnson",
169+
"Ayah-Saleh",
170+
"ishaanahuja29"
158171
],
159172
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we'll add you to our approved list of contributors.",
160173
"label": "cla-signed",

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @JV0812 @mafsumo
99

1010
# Owners of all files in the `/docs/send-data/opentelemetry-collector` directory and its subdirectories.
11-
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @mafsumo @JV0812
11+
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812
1212

1313
# GitHub workflow owners
1414
/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce

.github/workflows/build_and_deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
build-and-deploy:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
environment:
3333
name: ${{ inputs.environment }}
3434
url: ${{ inputs.hostname }}${{ inputs.base_url }}
@@ -41,13 +41,13 @@ jobs:
4141
AWS_DEFAULT_REGION: us-east-1
4242
AWS_EC2_METADATA_DISABLED: "true"
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
with:
4646
fetch-depth: 0
4747
- name: Set up Node.js
4848
uses: actions/setup-node@v3
4949
with:
50-
node-version: '18.x'
50+
node-version: '20.x'
5151
cache: 'yarn'
5252
- name: Docusaurus Webpack cache
5353
uses: actions/cache@v3
@@ -57,12 +57,12 @@ jobs:
5757
- name: Install awscli
5858
uses: unfor19/install-aws-cli-action@v1
5959
- name: Install jq
60-
run: sudo apt-get install jq
60+
run: sudo apt-get install -y jq
6161
- name: Install dependencies
6262
run: yarn install --frozen-lockfile
6363
- name: Build the Docusaurus site
6464
env:
65-
NODE_OPTIONS: "--max-old-space-size=8192"
65+
NODE_OPTIONS: "--max-old-space-size=8192 --max-http-header-size=8192"
6666
run: yarn build
6767
- name: Deploy the Docusaurus site
6868
env:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-and-deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
env:
1515
CI: true
1616
NODE_ENV: production
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn install --frozen-lockfile
3131
- name: Build the Docusaurus site
3232
env:
33-
NODE_OPTIONS: "--max-old-space-size=8192"
33+
NODE_OPTIONS: "--max-old-space-size=8192 --max-http-header-size=8192"
3434
run: yarn build
3535
spellcheck:
3636
runs-on: ubuntu-latest

LICENSE

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
MIT License
22

3-
Copyright (c) 2021 Sumo Logic, Inc.
3+
Copyright (c) Sumo Logic, Inc.
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
116

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://github.com/SumoLogic/sumologic-documentation/blob/main/.github/workflows/production.yml"><img src="https://github.com/SumoLogic/sumologic-documentation/actions/workflows/production.yml/badge.svg" alt="GitHub Actions status"></a>
55
<a href="https://help.sumologic.com/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
66
<a href="LICENSE"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>
7-
<a href="https://twitter.com/SumoLogic"><img src="https://img.shields.io/twitter/follow/sumologic.svg?style=social" alt="Twitter Follow" /></a>
7+
<a href="https://x.com/SumoLogic"><img src="https://img.shields.io/twitter/follow/sumologic.svg?style=social" alt="Twitter Follow" /></a>
88
<a href="https://help.sumologic.com/release-notes-service"><img src="https://img.shields.io/badge/RSS-FFA500?style=for-the-badge&logo=rss&logoColor=white" alt="RSS Follow" width="50"/></a>
99
</p>
1010

@@ -14,9 +14,9 @@ Documentation staff members review issues and pull requests on a regular basis.
1414

1515
## Contributing Content
1616

17-
For detailed guidelines, see [Contributor Guidelines](/docs/contributing).
17+
For detailed instructions, including our style guide, see [Contributor Guidelines](https://help.sumologic.com/docs/contributing).
1818

19-
We recommend forking the repo, creating all content changes in branches, and submitting pull requests. We will work with you to get this content reviewed, tested, and merged for publishing.
19+
We recommend forking our repo, creating a new branch for your content changes, and submitting a pull request. We will help review, test, and merge the content for publishing.
2020

2121
## Building Locally
2222

blog-collector/2015/12-31.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)