Back to bug 2142431
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| RHEL Program Management | 2022-11-14 01:43:08 UTC | Keywords | FutureFeature | |
| Red Hat One Jira (issues.redhat.com) | 2022-11-14 01:52:09 UTC | Link ID | Red Hat Issue Tracker RHCEPH-5604 | |
| Geo Jose | 2022-11-17 12:10:21 UTC | CC | gjose | |
| Guillaume Abrioux | 2022-12-13 00:39:41 UTC | Assignee | gabrioux | adking |
| Component | Container | Cephadm | ||
| Docs Contact | asriram | |||
| QA Contact | mgowri | msaini | ||
| Adam King | 2022-12-13 03:34:07 UTC | Status | NEW | ASSIGNED |
| Veera Raghava Reddy | 2022-12-18 05:37:23 UTC | QA Contact | msaini | vdas |
| Red Hat Bugzilla | 2023-01-01 00:34:33 UTC | CC | gabrioux | |
| Red Hat Bugzilla | 2023-01-01 05:37:39 UTC | Assignee | adking | nobody |
| Red Hat Bugzilla | 2023-01-01 06:01:59 UTC | CC | bniver | |
| Red Hat Bugzilla | 2023-01-01 08:28:49 UTC | Docs Contact | asriram | |
| Red Hat Bugzilla | 2023-01-01 08:46:47 UTC | QA Contact | vdas | |
| Alasdair Kergon | 2023-01-04 04:33:20 UTC | Assignee | nobody | adking |
| Alasdair Kergon | 2023-01-04 04:52:03 UTC | QA Contact | vdas | |
| Alasdair Kergon | 2023-01-04 04:54:20 UTC | CC | gabrioux | |
| Alasdair Kergon | 2023-01-04 06:11:25 UTC | CC | bniver | |
| Red Hat Bugzilla | 2023-01-09 08:28:13 UTC | CC | ceph-eng-bugs | |
| Alasdair Kergon | 2023-01-09 19:43:36 UTC | CC | ceph-eng-bugs | |
| Guillaume Abrioux | 2023-01-10 21:50:37 UTC | CC | gabrioux | |
| Adam King | 2023-01-13 03:06:01 UTC | Flags | needinfo?(adking) | |
| CC | adking | |||
| Flags | needinfo?(adking) | |||
| Mohit Bisht | 2023-03-06 10:21:06 UTC | CC | mobisht | |
| QA Contact | vdas | vpapnoi | ||
| Mohit Bisht | 2023-03-06 10:47:35 UTC | QA Contact | vpapnoi | aramteke |
| Adam King | 2023-03-31 20:06:21 UTC | Depends On | 2180567 | |
| Ken Dreyer (Red Hat) | 2023-04-12 13:55:13 UTC | Status | ASSIGNED | MODIFIED |
| Fixed In Version | ceph-17.2.6-5.el9cp | |||
| errata-xmlrpc | 2023-04-12 13:59:03 UTC | Status | MODIFIED | ON_QA |
| Aditya Ramteke | 2023-04-21 00:40:40 UTC | Flags | needinfo?(adking) | |
| Status | ON_QA | VERIFIED | ||
| Adam King | 2023-04-21 01:08:43 UTC | Flags | needinfo?(adking) | |
| Akash Raj | 2023-05-03 06:22:46 UTC | Docs Contact | akraj | |
| Flags | needinfo?(adking) | |||
| CC | akraj | |||
| Adam King | 2023-05-03 18:13:38 UTC | Doc Type | If docs needed, set a value | Enhancement |
| Flags | needinfo?(adking) | |||
| Doc Text | Feature: additional metrics can now be enabled for cephadm deployed node-exporter daemons using the `extra_entrypoint_args` field. For example service_type: node-exporter service_name: node-exporter placement: label: "node-exporter" extra_entrypoint_args: - "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" would add "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" to the arguments for the node-exporter process. The extra_entrypoint_args field is generic, so any additional arguments desired to be passed to node-exporter should be possible using this setup in the node-exporter spec file. Reason: To allow users more customization of their node-exporter deployments without requiring explicit support for each individual option. Result: Users should now be able to enable additional metrics in node-exporter deployed by cephadm. |
|||
| Akash Raj | 2023-05-08 02:35:30 UTC | Blocks | 2192813 | |
| Akash Raj | 2023-05-18 05:38:19 UTC | Doc Text | Feature: additional metrics can now be enabled for cephadm deployed node-exporter daemons using the `extra_entrypoint_args` field. For example service_type: node-exporter service_name: node-exporter placement: label: "node-exporter" extra_entrypoint_args: - "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" would add "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" to the arguments for the node-exporter process. The extra_entrypoint_args field is generic, so any additional arguments desired to be passed to node-exporter should be possible using this setup in the node-exporter spec file. Reason: To allow users more customization of their node-exporter deployments without requiring explicit support for each individual option. Result: Users should now be able to enable additional metrics in node-exporter deployed by cephadm. | .Users can enable additional metrics for node-exporter daemons With this release, to enable users to have more customization of their node-exporter deployments, without requiring explicit support for each individual option, additional metrics are introduced that can now be enabled for `node-exporter` daemons deployed by Cephadm, using the `extra_entrypoint_args` field. .Example — service_type: node-exporter service_name: node-exporter placement: label: "node-exporter" extra_entrypoint_args: - "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" — |
| Akash Raj | 2023-05-18 05:40:35 UTC | Doc Text | .Users can enable additional metrics for node-exporter daemons With this release, to enable users to have more customization of their node-exporter deployments, without requiring explicit support for each individual option, additional metrics are introduced that can now be enabled for `node-exporter` daemons deployed by Cephadm, using the `extra_entrypoint_args` field. .Example — service_type: node-exporter service_name: node-exporter placement: label: "node-exporter" extra_entrypoint_args: - "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" — | .Users can enable additional metrics for node-exporter daemons With this release, to enable users to have more customization of their node-exporter deployments, without requiring explicit support for each individual option, additional metrics are introduced that can now be enabled for `node-exporter` daemons deployed by Cephadm, using the `extra_entrypoint_args` field. .Example --- service_type: node-exporter service_name: node-exporter placement: label: "node-exporter" extra_entrypoint_args: - "--collector.textfile.directory=/var/lib/node_exporter/textfile_collector2" --- |
| Lijo Stephen Thomas | 2023-06-08 11:14:03 UTC | CC | lithomas | |
| errata-xmlrpc | 2023-06-15 09:08:09 UTC | Group | redhat | |
| CC | tserlin | |||
| Status | VERIFIED | RELEASE_PENDING | ||
| errata-xmlrpc | 2023-06-15 09:16:13 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2023-06-15 09:16:13 UTC | |||
| errata-xmlrpc | 2023-06-15 09:16:59 UTC | Link ID | Red Hat Product Errata RHSA-2023:3623 |
Back to bug 2142431