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

Fix trace_agent_ctl deprecated flag in use #209

Merged
merged 5 commits into from
Dec 6, 2023

Conversation

Simon-Wood1980
Copy link
Contributor

@Simon-Wood1980 Simon-Wood1980 commented Nov 16, 2023

What does this PR do?

trace_agent_ctl fails to run in monit.
Run command has a depreicated flag for pid

Description of the Change

Update the --pid flag to --pidfile due to deprecation of old flag and process fails.

Alternate Designs

NA

Possible Drawbacks

NA

Verification Process

I have tested this manually on a bosh deployed VM. The monit process loads with the new flag suggested in the help of the command.

Additional Notes

NA

Release Notes

Review checklist (to be filled by reviewers)

  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have one changelog/ label attached. If applicable it should have the backward-incompatible label attached.
  • PR should not have do-not-merge/ label attached.
  • If Applicable, issue must have kind/ and severity/ labels attached at least.

flag is deprecated for new flag
@Simon-Wood1980 Simon-Wood1980 requested a review from a team as a code owner November 16, 2023 11:27
@Simon-Wood1980 Simon-Wood1980 changed the title Update trace_agent_ctl Fix trace_agent_ctl deprecated flag in use Nov 20, 2023
@Simon-Wood1980 Simon-Wood1980 requested a review from a team as a code owner November 20, 2023 17:30
alai97
alai97 previously approved these changes Nov 20, 2023
Copy link
Contributor

@alai97 alai97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One release note suggestion!

CHANGELOG.md Outdated Show resolved Hide resolved
Simon-Wood1980 and others added 2 commits November 21, 2023 09:05
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
Copy link
Member

@NouemanKHAL NouemanKHAL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!
Thanks @Simon-Wood1980

@NouemanKHAL NouemanKHAL merged commit 913febd into DataDog:master Dec 6, 2023
2 checks passed
@Simon-Wood1980 Simon-Wood1980 deleted the patch-1 branch December 7, 2023 16:13
@NouemanKHAL NouemanKHAL added the changelog/Fixed Fixed features results into a bug fix version bump label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Fixed Fixed features results into a bug fix version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants