-
Notifications
You must be signed in to change notification settings - Fork 554
in_node_exporter_metrics: add timex collector description #2579
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
Open
ngillen
wants to merge
1
commit into
fluent:master
Choose a base branch
from
ngillen:in_node-exporter-metrics_timex_doc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,7 @@ This helps with down-sampling when collecting metrics. | |
| | `collector.textfile.scrape_interval` | The rate in seconds at which `textfile` metrics are collected from the host operating system. | `0` | | ||
| | `collector.thermalzone.scrape_interval` | The rate in seconds at which `thermal_zone` metrics are collected from the host operating system. | `0` | | ||
| | `collector.time.scrape_interval` | The rate in seconds at which `time` metrics are collected from the host operating system. | `0` | | ||
| | `collector.timex.scrape_interval` | The rate in seconds at which `timex` metrics are collected from the host operating system. | `0` | | ||
| | `collector.uname.scrape_interval` | The rate in seconds at which `uname` metrics are collected from the host operating system. | `0` | | ||
| | `collector.vmstat.scrape_interval` | The rate in seconds at which `vmstat` metrics are collected from the host operating system. | `0` | | ||
| | `diskstats.ignore_device_regex` | Specify the regular expression for the` diskstats` to prevent collection of/ignore. | `^(ram\|loop\|fd\|(h\|s\|v\|xv)d[a-z]\|nvme\\d+n\\d+p)\\d+$` | | ||
|
|
@@ -100,6 +101,7 @@ The Version column specifies the Fluent Bit version where the collector is avail | |
| | `textfile` | Exposes custom metrics from text files. Requires `collector.textfile.path` to be set. | Linux | 2.2.0 | | ||
| | `thermal_zone` | Exposes thermal statistics from `/sys/class/thermal/thermal_zone/*`. | Linux | 2.2.1 | | ||
| | `time` | Exposes the current system time. | Linux | 1.8 | | ||
| | `timex` | Exposes selected `adjtimex(2)` system call stats. | Linux | TBD | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ngillen not a worry here, just need to leave my review open with a request to change this line before merging, so will mark as waiting on review and code merge. No action needed by you. |
||
| | `uname` | Exposes system information as provided by the `uname` system call. | Linux, macOS | 1.8 | | ||
| | `vmstat` | Exposes statistics from `/proc/vmstat`. | Linux | 1.8.2 | | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace placeholder version
TBDwith the actual Fluent Bit release version.The table explicitly defines Version as the release where the collector is available, so
TBDmakes this row non-actionable for users.📌 Suggested doc fix
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be replaced by maintainers when fluent-bit PR is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ngillen, understood — that's a reasonable workflow for pre-merge documentation. TheTBDserves as a clear signal that the version still needs to be backfilled once fluent-bit PR#11718lands and a release version is cut.Would you like me to open a follow-up GitHub issue to track updating the version once the upstream PR is merged? That way it won't get forgotten. I can also resolve this review comment now if you'd like, since the
TBDis intentional at this stage.🧠 Learnings used