Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/sematext] New component: Sematext Exporter #37161

Merged
merged 57 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
996886c
Add config for sematext exporter
AkhigbeEromo Nov 5, 2024
6c83309
Add factory implementation for sematext exporter
AkhigbeEromo Nov 5, 2024
750f563
Add metadata.yaml file and auto-generated files
AkhigbeEromo Nov 5, 2024
2993325
Add README file
AkhigbeEromo Nov 5, 2024
5205842
Add go files
AkhigbeEromo Nov 5, 2024
ba8f2d0
Add sematext exporter to changelog
AkhigbeEromo Nov 5, 2024
aa3a81d
Changelog for Sematext exporter
AkhigbeEromo Nov 5, 2024
0cf19f8
Solve lint issues
AkhigbeEromo Nov 5, 2024
d070907
Add doc.go
AkhigbeEromo Nov 5, 2024
b61c6c8
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Nov 5, 2024
ccefe30
Edit README
AkhigbeEromo Nov 5, 2024
5f96ff4
Make appToken length a constant
AkhigbeEromo Nov 5, 2024
a686f80
Add new lines
AkhigbeEromo Nov 5, 2024
af72670
Correct indentation of new line
AkhigbeEromo Nov 5, 2024
3fca591
Correct indentation
AkhigbeEromo Nov 5, 2024
8193094
Change go version to 1.22.0
AkhigbeEromo Nov 7, 2024
1b3e26f
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Nov 8, 2024
f7e6e59
Merge branch 'open-telemetry:main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Nov 19, 2024
71d6a46
Add logs support
AkhigbeEromo Jan 9, 2025
2d86c16
Update chloggen
AkhigbeEromo Jan 9, 2025
5e48cf2
remove version from Sematext Exporter
AkhigbeEromo Jan 9, 2025
1efdd93
Remove sematext from builder-config.yaml file
AkhigbeEromo Jan 9, 2025
8177f6c
Fix lint issues
AkhigbeEromo Jan 9, 2025
4b8dfa5
Make corrections based o reviews
AkhigbeEromo Jan 9, 2025
bc0a884
Add Bora and Akshat as CodeOwners
AkhigbeEromo Jan 10, 2025
f633532
Remove dummy appToken and replace with xxx..
AkhigbeEromo Jan 10, 2025
cdf7fa2
Replace validation for app token to UUID validation
AkhigbeEromo Jan 10, 2025
e1c27f9
Remove unnecesary comments
AkhigbeEromo Jan 10, 2025
4b8eb06
Remove appTokenLength
AkhigbeEromo Jan 10, 2025
18707fe
Correct typo
AkhigbeEromo Jan 10, 2025
6b1e0b1
Fix lint issues
AkhigbeEromo Jan 10, 2025
e522eaf
Fix lint issues
AkhigbeEromo Jan 10, 2025
6c749c1
Fix lint issues
AkhigbeEromo Jan 10, 2025
1f56d33
Fix lint issues
AkhigbeEromo Jan 10, 2025
62ca317
Merge branch 'open-telemetry:main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 13, 2025
d256c87
Update comment
AkhigbeEromo Jan 13, 2025
3e73a5f
Update .chloggen/sematextexporter-new-component.yaml
AkhigbeEromo Jan 13, 2025
98f90cd
Update exporter/sematextexporter/metadata.yaml
AkhigbeEromo Jan 13, 2025
174909c
remove CODEOWNERS that do not belong to Otel
AkhigbeEromo Jan 13, 2025
e35b860
Update README.md
AkhigbeEromo Jan 13, 2025
8cb4584
Split PR of easy review
AkhigbeEromo Jan 14, 2025
5a58569
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 14, 2025
a76ce8d
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 27, 2025
8b6c871
Add Eromosele To allowlist.txt
AkhigbeEromo Jan 28, 2025
9a38b5f
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 28, 2025
2c7c90e
Alphabetical sort allowlist.txt
AkhigbeEromo Jan 29, 2025
e33b415
Add Eromosele to be one of the Code Owners
AkhigbeEromo Jan 29, 2025
a869d8c
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 29, 2025
da131db
Update generated code
AkhigbeEromo Jan 29, 2025
f7dbd24
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 30, 2025
5ee0bd1
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 30, 2025
dce484e
Upgrade versions
AkhigbeEromo Jan 30, 2025
1e1aa1f
Upgrade versions
AkhigbeEromo Jan 31, 2025
f7a9359
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 31, 2025
21096c7
Edit allowlist
AkhigbeEromo Jan 31, 2025
9874963
Merge branch 'main' into SC-20424-Otel-Contrib-Branch
AkhigbeEromo Jan 31, 2025
079aaa7
Upgrade version
AkhigbeEromo Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/githubgen/allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ shazlehu
swar8080
thmshmm
zpzhuSplunk
AkhigbeEromo
AkhigbeEromo marked this conversation as resolved.
Show resolved Hide resolved
Loading