Skip to content

Commit

Permalink
update ci info
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 committed Nov 1, 2023
1 parent 8a37422 commit ea0f5e6
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ body:
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
- pkg/translator/signalfx
- pkg/translator/skywalking
- pkg/translator/zipkin
- pkg/winperfcounters
- processor/attributes
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ body:
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
- pkg/translator/signalfx
- pkg/translator/skywalking
- pkg/translator/zipkin
- pkg/winperfcounters
- processor/attributes
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ body:
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
- pkg/translator/signalfx
- pkg/translator/skywalking
- pkg/translator/zipkin
- pkg/winperfcounters
- processor/attributes
Expand Down
2 changes: 1 addition & 1 deletion pkg/translator/skywalking/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v1.0.0-rcv0017.0.20231026220224-6405e152a2d9
go.opentelemetry.io/collector/semconv v0.88.1-0.20231026220224-6405e152a2d9
skywalking.apache.org/repo/goapi v0.0.0-20220121092418-9c455d0dda3f
skywalking.apache.org/repo/goapi v0.0.0-20231026090926-09378dd56587
)

require (
Expand Down
18 changes: 18 additions & 0 deletions pkg/translator/skywalking/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/skywalkingreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
go.uber.org/multierr v1.11.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
skywalking.apache.org/repo/goapi v0.0.0-20220121092418-9c455d0dda3f
skywalking.apache.org/repo/goapi v0.0.0-20231026090926-09378dd56587
)

require (
Expand Down
18 changes: 18 additions & 0 deletions receiver/skywalkingreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module-sets:
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheusremotewrite
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/signalfx
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/skywalking
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/winperfcounters
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin
- github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor
Expand Down

0 comments on commit ea0f5e6

Please sign in to comment.