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/syslog] Add syslog exporter #19647

Merged
merged 12 commits into from
May 15, 2023

Commits on May 15, 2023

  1. [exporter/syslog] Add syslog exporter

    Signed-off-by: Katarzyna Kujawa <kkujawa@sumologic.com>
    
    Co-authored-by: Raj Nishtala <rnishtala@sumologic.com>
    kasia-kujawa and rnishtala-sumo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    56a2745 View commit details
    Browse the repository at this point in the history
  2. [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) {
    kasia-kujawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f8e6413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df7052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31489f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c49f70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    720c9c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec045a6 View commit details
    Browse the repository at this point in the history
  8. [exporter/syslog] change configuration

    - replace protocol with network
    - replace format with protocol
    kasia-kujawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f6dca1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b3a748 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db14276 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd64737 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c626d4c View commit details
    Browse the repository at this point in the history