Eponymous server and application monitoring and reporting agent from
DataDogHQ.com
Details
Details
- Reviewers
- None
- Commits
- rP554912: sysutils/datadog: new port of datadog agent
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| head/sysutils/datadog/Makefile | ||
|---|---|---|
| 3 | Why the port is named datadog and not datadog-agent? | |
| 15 | What kind of failures? | |
| 17–19 | not sorted | |
| 21 | Why don't you use go:modules? | |
| 28 | GH_ACCOUNT is not needed | |
| 30–31 | Why these 2 lines are needed? | |
| 35 | 404 | |
| 321 | Why do you delete go.mod? | |
| 351–359 | You can use GO_TARGET and put CGO_CFLAGS, CGO_LDFLAGS and GO_BUILDFLAGS in their own lines. | |
| 372–376 | You can use one MKDIR only. | |
| 383–385 | any reason to skip dogstatsd? for loop? | |
| 390 | make -C ${WRKSRC}/rtloader | |
| 398–399 | You can use a glob | |