Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge in changes from upstream #9

Merged
merged 49 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7286f87
Add API key validation (#1216)
KSerrania Oct 19, 2020
e132dd7
sapmexporter: make span source attribute and destination dimension na…
jrcamp Oct 19, 2020
e63e5d3
Update README (#1294)
flands Oct 19, 2020
fe30366
Release v0.13.0 (#1295)
jchengsfx Oct 19, 2020
832e4ff
Remove duplicate definition of cloud providers with core conventions …
bogdandrutu Oct 19, 2020
5abdc5d
Splunkhec receiver metrics (#1276)
atoulme Oct 19, 2020
ef2b404
Add jpkrohling as an approver (#1296)
tigrannajaryan Oct 19, 2020
7cd6e59
Remove pjanotti from maintainers (#1300)
pjanotti Oct 20, 2020
1c86e72
Auto assign approver and maintainers to PRs (#1301)
bogdandrutu Oct 20, 2020
1f4a194
Add codeowners to ensure components are assigned to the appropriate r…
tigrannajaryan Oct 20, 2020
244967e
Moved the groupbytrace processor to contrib (#1179)
jpkrohling Oct 20, 2020
6d3b9be
Add codeowners for interanl components (#1307)
bogdandrutu Oct 20, 2020
ca098a7
Small fixes to CODEOWNERS (#1312)
jpkrohling Oct 20, 2020
f350a2a
Update collector version in groupbytraceprocessor (#1309)
bogdandrutu Oct 20, 2020
fba3acb
Update dependabot to ensure all projects are added (#1303)
bogdandrutu Oct 20, 2020
6252b4b
Do not run tests/lint/etc for all component tags (e.g. tag testbed/v0…
bogdandrutu Oct 20, 2020
2344488
tests: increase TestTrace10kSPS memory limits (#1314)
ericmustin Oct 20, 2020
7f474dd
Bump k8s.io/client-go in /receiver/k8sclusterreceiver (#1323)
dependabot[bot] Oct 20, 2020
84c98ca
Bump github.com/aliyun/aliyun-log-go-sdk (#1321)
dependabot[bot] Oct 20, 2020
0362d09
Bump go.opencensus.io in /processor/groupbytraceprocessor (#1320)
dependabot[bot] Oct 20, 2020
4014db0
Bump k8s.io/client-go from 0.19.2 to 0.19.3 in /internal/k8sconfig (#…
dependabot[bot] Oct 20, 2020
c18b849
Add more @elastic folks to codeowners (#1313)
axw Oct 20, 2020
684d6d9
Add contrib approvers as owners to all the components. (#1325)
bogdandrutu Oct 20, 2020
a1fdcc8
Bump github.com/aws/aws-sdk-go in /internal/awsxray (#1316)
dependabot[bot] Oct 20, 2020
5464fe3
Bump github.com/aws/aws-sdk-go in /internal/awsxray/testdata/sampleap…
dependabot[bot] Oct 20, 2020
acee23e
Clarify PR reviewing and facilitating (#1315)
tigrannajaryan Oct 20, 2020
c278580
Handle nil references from the kubelet API (#1326)
pmcollins Oct 20, 2020
aa47d3b
Update to latest collector, update deprecated calls (#1308)
bogdandrutu Oct 20, 2020
8710f29
signalfx Receiver: Better Pipeline Error Handling (#1329)
benkeith-splunk Oct 20, 2020
83a77ab
[datadogexporter] Improve hostname resolution (#1285)
mx-psi Oct 20, 2020
aabe9ed
Temporarily remove dmitryax from PR facilitators (#1330)
tigrannajaryan Oct 20, 2020
a4b57fc
Update otel collector, fix breaking change for renaming TracesConsume…
bogdandrutu Oct 20, 2020
76bfbb3
Add batchpertrace library (#1257)
jpkrohling Oct 21, 2020
3113db5
Fix the link to the release notes (#1327)
bogdandrutu Oct 21, 2020
6a410f0
Datadog trace flushing/export (#1266)
ericmustin Oct 21, 2020
fb3477d
Logzio exporter impl (#1161)
yyyogev Oct 21, 2020
fe0da44
Add the notion of unstable components and unstable executable (#1299)
tigrannajaryan Oct 21, 2020
43b7571
JMX Metric Extension: Initial implementation (#1182)
rmfitzpatrick Oct 21, 2020
279e9ce
Enable stale PR action (#1341)
tigrannajaryan Oct 22, 2020
a6b9ae2
[datadogexporter] Enable traces on Windows (#1340)
mx-psi Oct 22, 2020
7c196e7
Add kind type to root span to fix the empty parentID problem (#1338)
JohnWu20 Oct 22, 2020
7a23d76
[awsecscontainermetrics] receiver- Update README (#1358)
hossain-rayhan Oct 22, 2020
c384e2f
Add timer support for statsD receiver (#1335)
gavindoudou Oct 22, 2020
2f15c5f
[datadogexporter] Add Datadog exporter to the otelcontribcol binary (…
mx-psi Oct 22, 2020
ab86ac9
[datadogexporter] Update go-datadog-api.v2 dependency to v2.30.0 (#1365)
KSerrania Oct 23, 2020
c01f532
[signalfx_correlation] Add signalfx_correlation exporter skeleton (#1…
jrcamp Oct 23, 2020
d44a2ad
[awsemfexporter] Restructure Metric Translator Logic (#1353)
kohrapha Oct 23, 2020
d927812
Setting the tlsconfig InsecureSkipVerify using NoVerifySSL (#1350)
darwhs Oct 23, 2020
ef18480
Merge remote-tracking branch 'upstream/master' into kohrapha/upstream…
kohrapha Oct 23, 2020
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
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,47 +161,47 @@ workflows:
- windows-test:
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- setup:
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- lint:
requires:
- setup
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- build-examples:
requires:
- setup
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- cross-compile:
requires:
- setup
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- loadtest:
requires:
- cross-compile
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- unit-tests:
requires:
- setup
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- windows-msi:
requires:
- cross-compile
filters:
tags:
only: /.*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
- publish-check:
requires:
- lint
Expand Down
56 changes: 56 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,59 @@
#

* @open-telemetry/collector-contrib-approvers

exporter/alibabacloudlogserviceexporter/ @open-telemetry/collector-contrib-approvers @shabicheng
exporter/awsemfexporter/ @open-telemetry/collector-contrib-approvers @anuraaga @shaochengwang @mxiamxia
exporter/awsxrayexporter/ @open-telemetry/collector-contrib-approvers @kbrockhoff @anuraaga
exporter/azuremonitorexporter/ @open-telemetry/collector-contrib-approvers @pcwiese
exporter/carbonexporter/ @open-telemetry/collector-contrib-approvers @pjanotti
exporter/datadogexporter/ @open-telemetry/collector-contrib-approvers @KSerrania @ericmustin @mx-psi
exporter/elasticexporter/ @open-telemetry/collector-contrib-approvers @axw @simitt @jalvz
exporter/honeycombexporter/ @open-telemetry/collector-contrib-approvers @paulosman @lizthegrey
exporter/jaegerthrifthttpexporter/ @open-telemetry/collector-contrib-approvers @jpkrohling @pavolloffay
exporter/kinesisexporter/ @open-telemetry/collector-contrib-approvers @owais
exporter/loadbalancingexporter/ @open-telemetry/collector-contrib-approvers @jpkrohling
exporter/logzioexporter/ @open-telemetry/collector-contrib-approvers @yyyogev
exporter/newrelicexporter/ @open-telemetry/collector-contrib-approvers @MrAlias
exporter/sapmexporter/ @open-telemetry/collector-contrib-approvers @owais @dmitryax
exporter/sentryexporter/ @open-telemetry/collector-contrib-approvers @AbhiPrasad
exporter/signalfxexporter/ @open-telemetry/collector-contrib-approvers @pmcollins @asuresh4
exporter/splunkhecexporter/ @open-telemetry/collector-contrib-approvers @atoulme
exporter/stackdriverexporter/ @open-telemetry/collector-contrib-approvers @nilebox @james-bebbington

extension/httpforwarder/ @open-telemetry/collector-contrib-approvers @asuresh4
extension/jmxmetricsextension/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
extension/observer/ @open-telemetry/collector-contrib-approvers @asuresh4 @jrcamp

internal/awsxray/ @open-telemetry/collector-contrib-approvers @anuraaga @mxiamxia
internal/k8sconfig/ @open-telemetry/collector-contrib-approvers @pmcollins @asuresh4
internal/splunk/ @open-telemetry/collector-contrib-approvers @pmcollins @asuresh4

pkg/batchpertrace/ @open-telemetry/collector-contrib-approvers @jpkrohling

processor/groupbytraceprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling
processor/k8sprocessor/ @open-telemetry/collector-contrib-approvers @owais @dmitryax @pmm-sumo
processor/metricstransformprocessor/ @open-telemetry/collector-contrib-approvers @james-bebbington
processor/resourcedetectionprocessor/ @open-telemetry/collector-contrib-approvers @jrcamp @pmm-sumo @anuraaga @james-bebbington
processor/routingprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling

receiver/awsecscontainermetricsreceiver/ @open-telemetry/collector-contrib-approvers @kbrockhoff @anuraaga
receiver/awsxrayreceiver/ @open-telemetry/collector-contrib-approvers @kbrockhoff @anuraaga
receiver/carbonreceiver/ @open-telemetry/collector-contrib-approvers @pjanotti
receiver/collectdreceiver/ @open-telemetry/collector-contrib-approvers @owais
receiver/dockerstatsreceiver/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
receiver/k8sclusterreceiver/ @open-telemetry/collector-contrib-approvers @asuresh4
receiver/kubeletstatsreceiver/ @open-telemetry/collector-contrib-approvers @pmcollins @asuresh4
receiver/prometheusexecreceiver/ @open-telemetry/collector-contrib-approvers @keitwb @james-bebbington
receiver/receivercreator/ @open-telemetry/collector-contrib-approvers @jrcamp
receiver/redisreceiver/ @open-telemetry/collector-contrib-approvers @pmcollins @jrcamp
receiver/sapmreceiver/ @open-telemetry/collector-contrib-approvers @owais
receiver/signalfxreceiver/ @open-telemetry/collector-contrib-approvers @pjanotti @asuresh4
receiver/simpleprometheusreceiver/ @open-telemetry/collector-contrib-approvers @asuresh4
receiver/splunkhecreceiver/ @open-telemetry/collector-contrib-approvers @atoulme @keitwb
receiver/stanzareceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
receiver/statsdreceiver/ @open-telemetry/collector-contrib-approvers @keitwb @jmacd
receiver/wavefrontreceiver/ @open-telemetry/collector-contrib-approvers @pjanotti
receiver/windowsperfcountersreceiver/ @open-telemetry/collector-contrib-approvers @james-bebbington

tracegen/ @open-telemetry/collector-contrib-approvers @jpkrohling
24 changes: 24 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Set to true to add reviewers to pull requests
addReviewers: false

# Set to true to add assignees to pull requests
addAssignees: true

# Set to true to add assignees from different groups to pull requests
useAssigneeGroups: true

# A list of assignees, split into different groups, to be added to pull requests (GitHub user name)
assigneeGroups:
approvers_maintainers:
- anuraaga
- bogdandrutu
- james-bebbington
- jrcamp
- jpkrohling
- nilebox
- owais
- tigrannajaryan

# A number of assignees added to the pull request
# Set 0 to add all the assignees (default: 0)
numberOfAssignees: 1
Loading