Skip to content

Commit

Permalink
Split HTTP and GRPC exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Dec 11, 2024
1 parent 2e035a2 commit 8176098
Show file tree
Hide file tree
Showing 16 changed files with 931 additions and 868 deletions.
2 changes: 1 addition & 1 deletion exporter/chronicleexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type Config struct {
// BatchRequestSizeLimitHTTP is the maximum batch request size, in bytes, that can be sent to Chronicle via the HTTP protocol
// This field is defaulted to 1048576 as that is the default Chronicle backend limit
// Setting this option to a value above the Chronicle backend limit may result in rejected log batch requests
BatchRequestSizeLimitHTTP int `mapstructure:"batch_request_size_limit_grpc"`
BatchRequestSizeLimitHTTP int `mapstructure:"batch_request_size_limit_http"`
}

// Validate checks if the configuration is valid.
Expand Down
330 changes: 0 additions & 330 deletions exporter/chronicleexporter/exporter.go

This file was deleted.

Loading

0 comments on commit 8176098

Please sign in to comment.