Skip to content

Commit

Permalink
[chore] Remove cmd/tracegen (open-telemetry#18077)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
liustanley and dmitryax committed Jan 27, 2023
1 parent 21a64a5 commit f5d6f04
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 1,300 deletions.
11 changes: 11 additions & 0 deletions .chloggen/remove-tracegen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: tracegen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Removes tracegen tool now that trace functionality has been moved to telemetrygen.

# One or more tracking issues related to the change
issues: [9597]
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cmd/mdatagen/ @open-telemetry/collect
cmd/otelcontribcol/ @open-telemetry/collector-contrib-approvers
cmd/oteltestbedcol/ @open-telemetry/collector-contrib-approvers
cmd/telemetrygen/ @open-telemetry/collector-contrib-approvers @mx-psi @amenasria @codeboten
cmd/tracegen/ @open-telemetry/collector-contrib-approvers @jpkrohling

confmap/provider/s3provider/ @open-telemetry/collector-contrib-approvers @Aneurysm9

Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body:
- cmd/otelcontribcol
- cmd/oteltestbedcol
- cmd/telemetrygen
- cmd/tracegen
- confmap/provider/s3provider
- connector/count
- examples/demo
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body:
- cmd/otelcontribcol
- cmd/oteltestbedcol
- cmd/telemetrygen
- cmd/tracegen
- confmap/provider/s3provider
- connector/count
- examples/demo
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body:
- cmd/otelcontribcol
- cmd/oteltestbedcol
- cmd/telemetrygen
- cmd/tracegen
- confmap/provider/s3provider
- connector/count
- examples/demo
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/tracegen.yml

This file was deleted.

19 changes: 0 additions & 19 deletions cmd/tracegen/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion cmd/tracegen/Makefile

This file was deleted.

54 changes: 0 additions & 54 deletions cmd/tracegen/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions cmd/tracegen/go.mod

This file was deleted.

Loading

0 comments on commit f5d6f04

Please sign in to comment.