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: Resolve Intel RDT timezone issue #10026

Merged

Conversation

KubaTrojan
Copy link
Contributor

Required for all PRs:

Summary:

  • Resolves Intel RDT plugin metrics timestamp issue #10025 timezone issue. The plugin now puts local timezone to measurements gathered from pqos tool instead of UTC by default.
  • Fixed all linter issues. E.g: maximum number of return results per function exceeded.
  • Added check to avoid panic on wrong csv input line format:
if lenOfPIDs > len(splitCSV.coreOrPIDsValues) {
		return parsedProcessMeasurement{}, errors.New("detected more pids (quoted) than actual number of pids in csv line")
}

@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Oct 29, 2021
@sspaink sspaink 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 Oct 29, 2021
@MyaLongmire MyaLongmire merged commit 317dd38 into influxdata:master Nov 1, 2021
powersj pushed a commit that referenced this pull request Nov 17, 2021
VladislavSenkevich pushed a commit to gwos/telegraf that referenced this pull request Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug 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.

Intel RDT plugin metrics timestamp issue
3 participants