-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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/syslog] Add syslog exporter #19647
Merged
djaglowski
merged 12 commits into
open-telemetry:main
from
kasia-kujawa:kkujawa-syslogexporter
May 15, 2023
Merged
[exporter/syslog] Add syslog exporter #19647
djaglowski
merged 12 commits into
open-telemetry:main
from
kasia-kujawa:kkujawa-syslogexporter
May 15, 2023
Commits on May 15, 2023
-
[exporter/syslog] Add syslog exporter
Signed-off-by: Katarzyna Kujawa <kkujawa@sumologic.com> Co-authored-by: Raj Nishtala <rnishtala@sumologic.com>
Configuration menu - View commit details
-
Copy full SHA for 56a2745 - Browse repository at this point
Copy the full SHA 56a2745View commit details -
[exporter/syslog] make functions unexported
problem reported by golangci-lint sender.go:57:71: unexported-return: exported func Connect returns unexported type *syslogexporter.sender, which can be annoying to use (revive) func Connect(logger *zap.Logger, cfg *Config, tlsConfig *tls.Config) (*sender, error) {
Configuration menu - View commit details
-
Copy full SHA for f8e6413 - Browse repository at this point
Copy the full SHA f8e6413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df7052 - Browse repository at this point
Copy the full SHA 7df7052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31489f8 - Browse repository at this point
Copy the full SHA 31489f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c49f70 - Browse repository at this point
Copy the full SHA 6c49f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720c9c4 - Browse repository at this point
Copy the full SHA 720c9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec045a6 - Browse repository at this point
Copy the full SHA ec045a6View commit details -
[exporter/syslog] change configuration
- replace protocol with network - replace format with protocol
Configuration menu - View commit details
-
Copy full SHA for f6dca1f - Browse repository at this point
Copy the full SHA f6dca1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3a748 - Browse repository at this point
Copy the full SHA 0b3a748View commit details -
Configuration menu - View commit details
-
Copy full SHA for db14276 - Browse repository at this point
Copy the full SHA db14276View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd64737 - Browse repository at this point
Copy the full SHA fd64737View commit details -
Configuration menu - View commit details
-
Copy full SHA for c626d4c - Browse repository at this point
Copy the full SHA c626d4cView commit details
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.