Skip to content

Commit

Permalink
Removing deprecated jaeger and jaegerthrifthttp exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored and sky333999 committed Jul 23, 2024
1 parent 3979143 commit c884f02
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 58 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/unmaintained.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand Down
12 changes: 0 additions & 12 deletions exporter/jaegerexporter/internal/metadata/generated_status.go

This file was deleted.

13 changes: 0 additions & 13 deletions exporter/jaegerexporter/metadata.yaml

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions exporter/jaegerthrifthttpexporter/metadata.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsperfcountersreceiver v0.103.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.103.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zookeeperreceiver v0.103.0
go.opentelemetry.io/collector/component v0.103.0
go.opentelemetry.io/collector/connector v0.103.0
go.opentelemetry.io/collector/connector/forwardconnector v0.103.0
go.opentelemetry.io/collector/exporter v0.103.0
Expand Down Expand Up @@ -704,6 +703,7 @@ require (
go.mongodb.org/mongo-driver v1.15.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/collector v0.103.0 // indirect
go.opentelemetry.io/collector/component v0.103.0 // indirect
go.opentelemetry.io/collector/config/configauth v0.103.0 // indirect
go.opentelemetry.io/collector/config/configcompression v1.10.0 // indirect
go.opentelemetry.io/collector/config/configgrpc v0.103.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions reports/distributions/contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ components:
- honeycombmarker
- influxdb
- instana
- jaeger
- jaeger_thrift
- kafka
- loadbalancing
- logicmonitor
Expand Down
1 change: 0 additions & 1 deletion reports/distributions/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ maintainers: []
components:
exporter:
- file
- jaeger
- kafka
- opencensus
- prometheus
Expand Down

0 comments on commit c884f02

Please sign in to comment.