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/OpenSearch] OpenSearch exporter setup #23819

Merged
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
31742d8
Added space
MitchellGale Jun 25, 2023
cb37238
Added MitchellGale to CODEOWNERS
MitchellGale Jun 25, 2023
89dca47
Added OpenSearchExporter builder-config.yaml.
MitchellGale Jun 26, 2023
1928c8f
Added OpenSearchExporter go.mod otel contrib col.
MitchellGale Jun 26, 2023
4a1672b
Added MakeFile for OpenSearchExporter.
MitchellGale Jun 26, 2023
aa474de
Added OpenSearchExporter for versions.yaml
MitchellGale Jun 26, 2023
8758cba
Added OpenSearchExporter for .golangci.yml, bug_report.yaml, feature_…
MitchellGale Jun 26, 2023
e355bd2
Reverted changes in go.mod
MitchellGale Jun 26, 2023
969fc59
Reverted MakeFile space.
MitchellGale Jun 26, 2023
b4aedd5
Reverted go.mod manual change.
MitchellGale Jun 26, 2023
b2ae742
added OS config.go
MitchellGale Jun 26, 2023
3d99174
added link for OS config.go
MitchellGale Jun 26, 2023
f9dd5cd
Added go mod
MitchellGale Jun 26, 2023
d1a6c93
Renamed Makefile
MitchellGale Jun 26, 2023
29076e6
Switched go mod go version from 1.20 to 1.19
MitchellGale Jun 26, 2023
4a35bea
Ran `make genotelcontribcol`
MitchellGale Jun 26, 2023
62dd060
Made with go mod changes and adding factory.go, and adding config to …
MitchellGale Jun 27, 2023
e286d18
Fixed issues in config and factor go.
MitchellGale Jun 27, 2023
8a51d24
go sum
MitchellGale Jun 27, 2023
85d206f
Added YangDB and Max Ksyunz to code owners for OpenSearch exporter.
MitchellGale Jun 28, 2023
fdc9b14
Merge pull request #20 from Bit-Quill/mainCopy
MitchellGale Jun 28, 2023
a078ad6
Removed commented out code. Added @Aneurysm9 as code owner.
MitchellGale Jun 28, 2023
ee759b6
Removed opensearch from builder-config.yaml
MitchellGale Jun 30, 2023
22fcf52
Merge remote-tracking branch 'upstream/main' into Integ/OpenSearchExp…
MitchellGale Jul 5, 2023
581ac14
Updated README.md
MitchellGale Jul 5, 2023
d4db8ab
Updated go mod and go sum
MitchellGale Jul 5, 2023
bb9972f
Added change log for opensearch.
MitchellGale Jul 5, 2023
993ce1a
Updated dependabot.yml
MitchellGale Jul 5, 2023
244fc29
Reverted changes in otelcontrib.
MitchellGale Jul 5, 2023
9fce291
Reverted changes in versions.
MitchellGale Jul 5, 2023
d57a6af
Added new line at end of new component
MitchellGale Jul 5, 2023
c778313
Reverted file to golangci.yml
MitchellGale Jul 5, 2023
c6eaf01
Added Opensearch exporter to excluded modules in versions.yaml.
MitchellGale Jul 5, 2023
50db30a
Adding defaults for Namespace and Dataset in factory.go as outlined i…
MitchellGale Jul 7, 2023
e240c46
swapped defaults for Namespace and Dataset in factory.go as outlined …
MitchellGale Jul 7, 2023
e383557
Merge remote-tracking branch 'upstream/main' into Integ/OpenSearchExp…
MitchellGale Jul 7, 2023
fc8d591
Update dependabot.
MitchellGale Jul 7, 2023
9575754
Update README.md with details on default num_workers
MitchellGale Jul 10, 2023
4d7d124
Address review feedback.
MaxKsyunz Jul 19, 2023
a2ed3e8
Re-run fmt, mod tidy
MaxKsyunz Jul 20, 2023
232e82d
Merge branch 'main' into integ/OpenSearchExporter-setup
MaxKsyunz Jul 21, 2023
0f53242
Re-run gendependabot
MaxKsyunz Jul 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ exporter/logzioexporter/ @open-telemetry/collect
exporter/lokiexporter/ @open-telemetry/collector-contrib-approvers @gramidt @gouthamve @jpkrohling @kovrus @mar4uk
exporter/mezmoexporter/ @open-telemetry/collector-contrib-approvers @dashpole @billmeyer @gjanco
exporter/opencensusexporter/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers
exporter/opensearchexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @MitchellGale @MaxKsyunz @YANG-DB
exporter/parquetexporter/ @open-telemetry/collector-contrib-approvers @atoulme
exporter/prometheusexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9
exporter/prometheusremotewriteexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @rapphil
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ body:
- exporter/loki
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body:
- exporter/loki
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body:
- exporter/loki
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
Expand Down
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ issues:
- path: opencensus
linters:
- exhaustive
- path: opensearch
linters:
- exhaustive
- path: signalfx
linters:
- exhaustive
Expand Down
2 changes: 2 additions & 0 deletions cmd/otelcontribcol/builder-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ exporters:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter v0.80.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/mezmoexporter v0.80.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opencensusexporter v0.80.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter v0.80.0
Aneurysm9 marked this conversation as resolved.
Show resolved Hide resolved
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/parquetexporter v0.80.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.80.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.80.0
Expand Down Expand Up @@ -355,6 +356,7 @@ replaces:
- github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter => ../../exporter/fileexporter
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry => ../../pkg/resourcetotelemetry
- github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opencensusexporter => ../../exporter/opencensusexporter
- github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter => ../../exporter/opensearchexporter
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders => ../../internal/metadataproviders
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy => ../../internal/aws/proxy
- github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snmpreceiver => ../../receiver/snmpreceiver
Expand Down
37 changes: 19 additions & 18 deletions cmd/otelcontribcol/components.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cmd/otelcontribcol/components_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading