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

feat: add arm64 Windows builds #12130

Merged
merged 4 commits into from
Nov 8, 2022
Merged

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Oct 31, 2022

No description provided.

@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Oct 31, 2022
@powersj powersj force-pushed the feat/windows-arm64 branch 2 times, most recently from 353900d to 6f2397b Compare October 31, 2022 21:14
@powersj powersj force-pushed the feat/windows-arm64 branch 2 times, most recently from 24e1b05 to 0d27d78 Compare November 4, 2022 16:40
@powersj powersj marked this pull request as ready for review November 4, 2022 16:57
@powersj
Copy link
Contributor Author

powersj commented Nov 4, 2022

screenshot_telegraf_properties

@powersj
Copy link
Contributor Author

powersj commented Nov 8, 2022

PS C:\Users\powersj\Downloads\telegraf-1.25.0_0d27d78e_windows_arm64\telegraf-1.25.0> .\telegraf.exe --config .\config.toml.txt --debug
2022-11-08T16:01:14Z I! Starting Telegraf 1.25.0-0d27d78e
2022-11-08T16:01:14Z I! Available plugins: 208 inputs, 9 aggregators, 26 processors, 21 parsers, 57 outputs
2022-11-08T16:01:14Z I! Loaded inputs: cpu
2022-11-08T16:01:14Z I! Loaded aggregators:
2022-11-08T16:01:14Z I! Loaded processors:
2022-11-08T16:01:14Z I! Loaded outputs: file
2022-11-08T16:01:14Z I! Tags enabled: host=JOSHUAPOWERB987
2022-11-08T16:01:14Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"JOSHUAPOWERB987", Flush Interval:10s
2022-11-08T16:01:14Z D! [agent] Initializing plugins
2022-11-08T16:01:14Z D! [agent] Connecting outputs
2022-11-08T16:01:14Z D! [agent] Attempting connection to [outputs.file]
2022-11-08T16:01:14Z D! [agent] Successfully connected to outputs.file
2022-11-08T16:01:14Z D! [agent] Starting service inputs
2022-11-08T16:01:24Z D! [outputs.file] Buffer fullness: 0 / 10000 metrics
cpu,cpu=cpu0,host=JOSHUAPOWERB987 usage_user=35.987748851454825,usage_iowait=0,usage_softirq=0,usage_steal=0,usage_guest=0,usage_system=9.494640122511486,usage_idle=52.52679938744257,usage_nice=0,usage_irq=1.9908116385911179,usage_guest_nice=0 1667923290000000000
cpu,cpu=cpu1,host=JOSHUAPOWERB987 usage_steal=0,usage_guest=0,usage_guest_nice=0,usage_idle=54.53125,usage_iowait=0,usage_nice=0,usage_irq=0,usage_softirq=0,usage_user=40.15625,usage_system=5.3125 1667923290000000000
cpu,cpu=cpu2,host=JOSHUAPOWERB987 usage_idle=75.81903276131045,usage_irq=0.15600624024961,usage_softirq=0,usage_steal=0,usage_guest=0,usage_guest_nice=0,usage_user=21.21684867394696,usage_system=2.8081123244929795,usage_nice=0,usage_iowait=0 1667923290000000000
cpu,cpu=cpu3,host=JOSHUAPOWERB987 usage_softirq=0,usage_steal=0,usage_system=0.3125,usage_idle=98.28125,usage_nice=0,usage_guest=0,usage_guest_nice=0,usage_user=1.40625,usage_iowait=0,usage_irq=0 1667923290000000000
cpu,cpu=cpu-total,host=JOSHUAPOWERB987 usage_idle=70.5859375,usage_nice=0,usage_steal=0,usage_system=4.53125,usage_iowait=0,usage_irq=0,usage_softirq=0,usage_guest=0,usage_guest_nice=0,usage_user=24.8828125 1667923290000000000
2022-11-08T16:01:34Z D! [outputs.file] Wrote batch of 5 metrics in 2.9442ms
2022-11-08T16:01:34Z D! [outputs.file] Buffer fullness: 0 / 10000 metrics
2022-11-08T16:01:38Z D! [agent] Stopping service inputs
2022-11-08T16:01:38Z D! [agent] Input channel closed
2022-11-08T16:01:38Z I! [agent] Hang on, flushing any cached metrics before shutdown
2022-11-08T16:01:38Z D! [outputs.file] Buffer fullness: 0 / 10000 metrics
2022-11-08T16:01:38Z I! [agent] Stopping running outputs
2022-11-08T16:01:38Z D! [agent] Stopped Successfully

@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Nov 8, 2022
Makefile Outdated Show resolved Hide resolved
instead we have a script that will do everything for us. Additionally,
it makes us run go generate when building the package for Windows zip
files.
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Nov 8, 2022

@powersj
Copy link
Contributor Author

powersj commented Nov 8, 2022

@sspaink want to give this another look? I did have to add the install goversioninfo earlier for some reason that is still not clear to me

@sspaink
Copy link
Contributor

sspaink commented Nov 8, 2022

Looks good to me! Yeah I am not sure why either, Make voodoo magic? Thanks for working on this.

@powersj powersj merged commit 6390d31 into influxdata:master Nov 8, 2022
@powersj powersj deleted the feat/windows-arm64 branch November 8, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants