Skip to content
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ examples/otel-collector/otel-collector
examples/opencensus/opencensus
examples/passthrough/passthrough
examples/prometheus/prometheus
examples/zipkin/zipkin

instrumentation/google.golang.org/grpc/otelgrpc/example/server/server
instrumentation/google.golang.org/grpc/otelgrpc/example/client/client
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Enforce that `client_certificate_file` and `client_key_file` are provided together in `go.opentelemetry.io/contrib/otelconf`. (#8450)

### Removed

- Removed the deprecated zipkin exporter example in `go.opentelemetry.io/contrib/examples/zipkin`. (#8501)

<!-- Released section -->
<!-- Don't change this section unless doing release -->

Expand Down
7 changes: 0 additions & 7 deletions examples/zipkin/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions examples/zipkin/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions examples/zipkin/docker-compose.yml

This file was deleted.

21 changes: 0 additions & 21 deletions examples/zipkin/go.mod

This file was deleted.

39 changes: 0 additions & 39 deletions examples/zipkin/go.sum

This file was deleted.

87 changes: 0 additions & 87 deletions examples/zipkin/main.go

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ excluded-modules:
- go.opentelemetry.io/contrib/examples/otel-collector
- go.opentelemetry.io/contrib/examples/passthrough
- go.opentelemetry.io/contrib/examples/prometheus
- go.opentelemetry.io/contrib/examples/zipkin
- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo