Skip to content

Commit

Permalink
Moving fluentforwardreceiver to contrib repo. (#2723)
Browse files Browse the repository at this point in the history
* Moving fluentforwardreceiver to the contrib repo.

* Remove fluentforwardreceiver from default receivers test

* Remove FluentBitFileLogWriter from testbed

* Remove fluentbit from CI config
  • Loading branch information
paulosman authored Mar 26, 2021
1 parent e7c74eb commit 02d0f2f
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 2,528 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,27 +91,6 @@ commands:
command: go run cmd/issuegenerator/main.go ${TEST_RESULTS}
when: on_fail

install_fluentbit:
steps:
- run: |
sudo chmod 0777 -R /opt
- restore_cache: # restores saved cache if no changes are detected since last run
keys:
- "cimg-fluentbit-{{ arch }}-1.5.3"
- run: |
sudo ln -s /opt/td-agent-bit/bin/td-agent-bit /usr/local/bin/fluent-bit
if [[ -f /opt/td-agent-bit/bin/td-agent-bit ]]; then
exit 0
fi
wget https://packages.fluentbit.io/ubuntu/bionic/pool/main/t/td-agent-bit/td-agent-bit_1.5.3_amd64.deb
sudo dpkg -i ./td-agent-bit*.deb
- save_cache:
key: cimg-fluentbit-{{ arch }}-1.5.3
paths:
- /opt/td-agent-bit

workflows:
version: 2
build-and-test:
Expand Down Expand Up @@ -261,7 +240,6 @@ jobs:
resource_class: medium+
steps:
- attach_to_workspace
- install_fluentbit
- run:
name: Loadtest
command: TEST_ARGS="-test.run=$(make -s testbed-list-loadtest | circleci tests split|xargs echo|sed 's/ /|/g')" make testbed-loadtest
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,6 @@ jobs:
with:
path: /home/runner/go/bin
key: tools-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod', './cmd/mdatagen/go.mod', './cmd/mdatagen/*.go') }}
- name: Install fluentbit
if: ${{ contains(matrix.test, 'Log10kDPS') }}
run: |
wget https://packages.fluentbit.io/ubuntu/bionic/pool/main/t/td-agent-bit/td-agent-bit_1.5.3_amd64.deb
sudo dpkg -i ./td-agent-bit*.deb
echo "/opt/td-agent-bit/bin" >> $GITHUB_PATH
sudo ln -s /opt/td-agent-bit/bin/td-agent-bit /usr/local/bin/fluent-bit
- run: mkdir -p results && touch results/TESTRESULTS.md
- name: Loadtest
run: make testbed-loadtest
Expand Down
1 change: 0 additions & 1 deletion receiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Available metric receivers (sorted alphabetically):

Available log receivers (sorted alphabetically):

- [Fluent Forward Receiver](fluentforwardreceiver/README.md)
- [OTLP Receiver](otlpreceiver/README.md)

The [contrib repository](https://github.com/open-telemetry/opentelemetry-collector-contrib)
Expand Down
37 changes: 0 additions & 37 deletions receiver/fluentforwardreceiver/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions receiver/fluentforwardreceiver/ack.go

This file was deleted.

52 changes: 0 additions & 52 deletions receiver/fluentforwardreceiver/ack_test.go

This file was deleted.

96 changes: 0 additions & 96 deletions receiver/fluentforwardreceiver/collector.go

This file was deleted.

29 changes: 0 additions & 29 deletions receiver/fluentforwardreceiver/config.go

This file was deleted.

47 changes: 0 additions & 47 deletions receiver/fluentforwardreceiver/config_test.go

This file was deleted.

Loading

0 comments on commit 02d0f2f

Please sign in to comment.