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

Remove all references to memcached #41

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN microdnf upgrade -y && \
microdnf clean all

COPY --from=builder /blackbox-prober/build/aerospike_probe /build/aerospike_probe
COPY --from=builder /blackbox-prober/build/memcached_probe /build/memcached_probe

EXPOSE 8080

Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ test:

build:
go build -o build/aerospike_probe probes/aerospike/main.go
go build -o build/memcached_probe probes/memcached/main.go

build_linux:
GOOS=linux GOARCH=amd64 go build -o build/aerospike_probe probes/aerospike/*.go
GOOS=linux GOARCH=amd64 go build -o build/memcached_probe probes/memcached/*.go

lint:
gofmt -d -e -s pkg/**/*.go probes/**/*.go
Expand Down
18 changes: 0 additions & 18 deletions configs/memcached_config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.17
require (
github.com/aerospike/aerospike-client-go v4.5.2+incompatible
github.com/aerospike/aerospike-client-go/v5 v5.9.0
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
github.com/go-kit/log v0.2.1
github.com/hashicorp/consul/api v1.13.0
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+Ce
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d h1:pVrfxiGfwelyab6n21ZBkbkmbevaf+WvMIiR7sr97hw=
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
Expand Down
105 changes: 0 additions & 105 deletions pkg/memcached/checks.go

This file was deleted.

23 changes: 0 additions & 23 deletions pkg/memcached/config.go

This file was deleted.

60 changes: 0 additions & 60 deletions pkg/memcached/discovery.go

This file was deleted.

48 changes: 0 additions & 48 deletions pkg/memcached/endpoint.go

This file was deleted.

10 changes: 0 additions & 10 deletions probes/memcached/README.md

This file was deleted.

77 changes: 0 additions & 77 deletions probes/memcached/main.go

This file was deleted.

Loading
Loading