Changes between Initial Version and Version 1 of Ticket #68918


Ignore:
Timestamp:
Dec 16, 2023, 7:05:28 AM (6 months ago)
Author:
FranklinYu (Franklin Yu)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68918 – Description

    initial v1  
    1 According to GitHub issue [https://github.com/influxdata/telegraf/issues/8837 8837] and [https://github.com/influxdata/telegraf/issues/14182 14182], if it is compiled on macOS without CGO, then the CPU module (one of the most popular modules) will not work, because it is not yet implemented. It is only implemented with CGO target (with the help of Mach system call). The upstream Makefile only supports no-CGO build; they seem to suggest that we use `go build` instead of the Makefile.
     1According to GitHub issue [https://github.com/influxdata/telegraf/issues/8837 8837] and [https://github.com/influxdata/telegraf/issues/14182 14182], if it is compiled on macOS without CGO, then the CPU plugin (one of the most popular plugins) will not work, because it is not yet implemented. It is only implemented with CGO target (with the help of Mach system call). The upstream Makefile only supports no-CGO build; they seem to suggest that we use `go build` instead of the Makefile.