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

[exporter/datadog] Fix CI #2272

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented Feb 2, 2021

Description:

My last PR, #2023, broke CI. This change fixes it: Go maps do not guarantee the order of keys.

@mx-psi mx-psi requested a review from a team as a code owner February 2, 2021 14:32
@project-bot project-bot bot added this to In progress in Collector Feb 2, 2021
@codecov
Copy link

codecov bot commented Feb 2, 2021

Codecov Report

Merging #2272 (00ef560) into main (7fad708) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2272   +/-   ##
=======================================
  Coverage   90.69%   90.70%           
=======================================
  Files         399      399           
  Lines       19802    19802           
=======================================
+ Hits        17960    17961    +1     
  Misses       1381     1381           
+ Partials      461      460    -1     
Flag Coverage Δ
integration 69.26% <ø> (-0.07%) ⬇️
unit 89.51% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
processor/groupbytraceprocessor/event.go 95.96% <0.00%> (-0.81%) ⬇️
receiver/k8sclusterreceiver/watcher.go 97.64% <0.00%> (+2.35%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fad708...00ef560. Read the comment docs.

Collector automation moved this from In progress to Reviewer approved Feb 2, 2021
@bogdandrutu bogdandrutu merged commit 313a4ed into open-telemetry:main Feb 2, 2021
Collector automation moved this from Reviewer approved to Done Feb 2, 2021
@mx-psi mx-psi deleted the mx-psi/fix-ci branch February 3, 2021 08:19
sumo-drosiek referenced this pull request in sumo-drosiek/opentelemetry-collector-contrib Feb 22, 2021
kisieland referenced this pull request in kisieland/opentelemetry-collector-contrib Mar 16, 2021
…Windows (#2272)

Adding a feature - adds a check for NO_WINDOWS_SERVICE environment variable on Windows to allow forcing interactive mode instead of running as a service.

This is required for using the collector in Windows Docker containers, as at least some of the Windows base images do not support services (fails with "The service process could not connect to the service controller"). Environment variable is used instead of automatic detection of Docker as it is uncertain if images that support services are possible and/or desired.

Running collector in Windows Docker containers is required to perform containerized integration tests of agents on Windows.
pmatyjasek-sumo referenced this pull request in pmatyjasek-sumo/opentelemetry-collector-contrib Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants