forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
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
SC-20509 #4
Open
AkhigbeEromo
wants to merge
54
commits into
add-sematext-exporter
Choose a base branch
from
Add-logs-support
base: add-sematext-exporter
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
SC-20509 #4
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
7098a62
Start working on structure for logs
AkhigbeEromo 2160a71
Work on logs config
AkhigbeEromo c0ca7cb
Removed LogStash settings
AkhigbeEromo 9179c5e
This is what our logs config will look like
AkhigbeEromo 915f691
Add queue settings to log config
AkhigbeEromo 3d8390a
Correct Metrics config
AkhigbeEromo cf6f43e
remove unnecessary things
AkhigbeEromo e86c09f
complete Logs Endpoint
AkhigbeEromo 02d5643
A lot of experimentation (Still in progress) is being done, so code i…
AkhigbeEromo a94b20b
Fixed some typos
AkhigbeEromo ff00870
Another heavy commit
AkhigbeEromo a8b67a6
First test failed so i had to do some tinkering and refining and put …
AkhigbeEromo 17c525b
Add hostname tag
AkhigbeEromo e0b95cd
Clean up code
AkhigbeEromo 5cfc6e1
Work on config.go test
AkhigbeEromo 9ad149b
Add tests for logs support part of writer.go
AkhigbeEromo e999c1f
Write tests for falt_formatter.go
AkhigbeEromo 5303ef0
Fix lint issues
AkhigbeEromo 14d74d2
Fix lint issues
AkhigbeEromo d3bb694
Remove unnecessary alias
AkhigbeEromo b31b205
Add mapstructure for write events
AkhigbeEromo 886b1ac
Fix otel issues
AkhigbeEromo 17e4f25
Fix more lint issues
AkhigbeEromo 8260265
Fix CI issues
AkhigbeEromo 75725c0
App token is not being passed as ._index
AkhigbeEromo 4513518
Fix CI issues, removed "custom" from being an option in the regions
AkhigbeEromo 27ceed9
Fix CI issues
AkhigbeEromo 9bd25b1
Fix lint issues
AkhigbeEromo 5035763
Fix CI issues
AkhigbeEromo ef17936
Update gendistributions
AkhigbeEromo 8bdc051
Remove unnecessary error return value
AkhigbeEromo 11ba415
Make anchor links lowercase
AkhigbeEromo 91c7494
Fix anchor links
AkhigbeEromo 8be0231
Fix anchor link
AkhigbeEromo cde2d8f
remove links
AkhigbeEromo ddd7911
Write more unit tests
AkhigbeEromo 7b06688
Remove unused prameter
AkhigbeEromo 5978836
Fix lint issues
AkhigbeEromo acfa996
Implement fix that Akshat suggested
AkhigbeEromo 7bc9caf
Correct endpoints
AkhigbeEromo d4a6453
Fix lint issues
AkhigbeEromo 1fbb2bc
Remove getHostName
AkhigbeEromo b0c1208
Remove deprecated library
AkhigbeEromo f087bd5
Replace logrus with zap
AkhigbeEromo 748519a
Fix lint issues
AkhigbeEromo 8c698d3
Add more tests
AkhigbeEromo de4f331
Remove logrus
AkhigbeEromo 63406b6
Handle errors
AkhigbeEromo 814b006
Fix issue with writer
AkhigbeEromo 032d36e
Remove flatwriter
AkhigbeEromo 3f84e20
Fix lint issues
AkhigbeEromo 5e33287
Remove unnecessary things from exporter
AkhigbeEromo bad6f1a
Trim Noisy Tags
AkhigbeEromo 4d96cfa
Fix lint issues
AkhigbeEromo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove deprecated library
- Loading branch information
commit b0c1208835fdb9e749b1d3321cd70fcdc99ed23c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"github.com/sirupsen/logrus" is in maintenance mode. Lets use something that is being used by other exporters as well like "go.uber.org/zap". See them for the appropriate usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done