Skip to content

Commit

Permalink
remove collector service completly, since it is dead code (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Aug 25, 2023
1 parent b4baa0d commit bc37f7c
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 1,095 deletions.
1 change: 0 additions & 1 deletion .bazelproject
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ additional_languages:
targets:
//exposer:exposer
//registry:registry
//collector:collector
//tests:tests
//cmd/starship:starship

Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,3 @@ jobs:
- name: Build registry
run: |
bazel build //registry:registry
build-collector:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Bazel cache
id: bazel-cache
uses: actions/cache@v3
env:
version: 4.2.1
with:
path: "~/.cache/bazel"
key: ${{ runner.os }}-${{ env.version }}-bazel-cache

- name: Install bazelisk
run: |
curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64"
mkdir -p "${GITHUB_WORKSPACE}/bin/"
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
- name: Build collector
run: |
bazel build //collector:collector
24 changes: 0 additions & 24 deletions charts/devnet/scripts/register_snapshots.sh

This file was deleted.

4 changes: 0 additions & 4 deletions charts/devnet/templates/chains/cosmos/genesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ spec:
env:
{{- include "devnet.defaultEvnVars" $chain | indent 12 }}
{{- include "devnet.evnVars" $chain | indent 12 }}
- name: COLLECTOR_SERVICE
value: collector
- name: COLLECTOR_PORT
value: "8070"
command:
- bash
- "-c"
Expand Down
4 changes: 0 additions & 4 deletions charts/devnet/templates/chains/cosmos/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ spec:
{{- include "devnet.defaultEvnVars" $chain | indent 12 }}
{{- include "devnet.evnVars" $chain | indent 12 }}
{{- include "devnet.genesisVars" $dataExposer | indent 12}}
- name: COLLECTOR_SERVICE
value: collector
- name: COLLECTOR_PORT
value: "8070"
command:
- bash
- "-c"
Expand Down
73 changes: 0 additions & 73 deletions charts/devnet/templates/collector.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions charts/devnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,3 @@ registry:
resources:
cpu: "0.2"
memory: "200M"

collector:
enabled: false
53 changes: 0 additions & 53 deletions collector/BUILD.bazel

This file was deleted.

27 changes: 0 additions & 27 deletions collector/Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions collector/Makefile

This file was deleted.

Loading

0 comments on commit bc37f7c

Please sign in to comment.