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

Initialise Sumo Logic exporter #1499

Conversation

sumo-drosiek
Copy link
Member

Description:
Initialise Sumo Logic exporter

Link to tracking Issue: #1498

Testing:
Unit tests

Documentation:
Readme

@sumo-drosiek sumo-drosiek requested a review from a team November 5, 2020 13:12
@sumo-drosiek sumo-drosiek force-pushed the drosiek-sumologic-output-init branch from 1d9edbb to 811200b Compare November 5, 2020 13:47
@bogdandrutu bogdandrutu closed this Nov 5, 2020
@bogdandrutu bogdandrutu reopened this Nov 5, 2020
@sumo-drosiek sumo-drosiek force-pushed the drosiek-sumologic-output-init branch from 811200b to 92f1366 Compare November 6, 2020 10:29
@sumo-drosiek sumo-drosiek force-pushed the drosiek-sumologic-output-init branch from 6afbfae to 028acd2 Compare November 6, 2020 13:31
@sumo-drosiek sumo-drosiek force-pushed the drosiek-sumologic-output-init branch from fc112a9 to 005f979 Compare November 6, 2020 15:08
exporter/sumologicexporter/config.go Outdated Show resolved Hide resolved
exporter/sumologicexporter/config.go Show resolved Hide resolved
exporter/sumologicexporter/config.go Outdated Show resolved Hide resolved
Comment on lines 32 to 35
// Option to enable compression (default true)
Compress bool `mapstructure:"compress"`
// Compression encoding format, either gzip or deflate (default gzip)
CompressEncoding CompressEncodingType `mapstructure:"compress_encoding"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't need both these options. You can have only CompressEncoding and:

  • "" - disabled
  • "gzip" - gzip
  • "deflate" - deflate

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats reasonable. It will simplify the further PR too, so I changed it.

@bogdandrutu bogdandrutu reopened this Nov 10, 2020
@bogdandrutu
Copy link
Member

@sumo-drosiek ping

To disable compression empty string ("") should be used
@bogdandrutu bogdandrutu reopened this Nov 12, 2020
@bogdandrutu
Copy link
Member

@sumo-drosiek I think there is a problem with circle CI and this PR. Can you open a new Pr with the same changes?

@sumo-drosiek
Copy link
Member Author

@bogdandrutu Sure, it can be due to using circle CI on our fork. I created PR from my personal account. It should works fine now.

Here is the PR #1565

dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@sumo-drosiek sumo-drosiek deleted the drosiek-sumologic-output-init branch March 1, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants