Skip to content

Commit

Permalink
Remove the deprecated view example (#4708)
Browse files Browse the repository at this point in the history
* Remove the deprecated view example

* Update PR number in changelog

* Update versions.yaml

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
MrAlias and pellared committed Nov 13, 2023
1 parent 27c5c73 commit c8e60d1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 194 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Removed

- Remove the deprecated `go.opentelemetry.io/otel/bridge/opencensus.NewTracer`. (#4706)
- Remove the deprecated `go.opentelemetry.io/otel/example/view` module. (#4708)

## [1.20.0/0.43.0] 2023-11-10

Expand Down
18 changes: 0 additions & 18 deletions example/view/doc.go

This file was deleted.

40 changes: 0 additions & 40 deletions example/view/go.mod

This file was deleted.

37 changes: 0 additions & 37 deletions example/view/go.sum

This file was deleted.

98 changes: 0 additions & 98 deletions example/view/main.go

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Expand Up @@ -41,7 +41,6 @@ module-sets:
- go.opentelemetry.io/otel/bridge/opencensus/test
- go.opentelemetry.io/otel/example/opencensus
- go.opentelemetry.io/otel/example/prometheus
- go.opentelemetry.io/otel/example/view
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
Expand Down

0 comments on commit c8e60d1

Please sign in to comment.