Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
DOCS-395 #time 30m
  • Loading branch information
agrawalkaushik committed Dec 11, 2023
1 parent 257b6c9 commit e019c53
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/plugin_monitoring_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -1620,36 +1620,36 @@ One `t128_pass` processor is composed of multiple `conditions`. The `conditions`

- **PLUGIN-630** Report additional LTE metrics

The `t128_lte_collector` now includes additional information such as `carrier`, `connection-status`, `active-band-class`, `apn`, `service-mode` and `service-status`.
The [LTE collector](#lte-collector) now includes additional information such as `carrier`, `connection-status`, `active-band-class`, `apn`, `service-mode` and `service-status`.

- **PLUGIN-2275** Introduced `timeout` argument for `run-once` command

A new `timeout` argument is added for `run-once` testing tool provided by `monitoring-agent-cli` to control how long the input waits to complete its data completion.
A new `timeout` argument is added for the `run-once` testing tool provided by `monitoring-agent-cli` to control how long the input waits to complete its data completion.

#### Issues Fixed ####
- **PLUGIN-2069 Disabling monitoring agent does not stop the collection services

_**Resolution**_ The various monitoring agent services are now correctly stopped when the plugin is disabled or uninstalled.

- **PLUGIN-2274 Monitoring Agent Plugin allows `data-format` option on some inputs it shouldn't
- **PLUGIN-2274 Monitoring Agent Plugin incorrectly allows the `data-format` option on some outputs.

_**Resolution**_ For syslog output, the `data-format` option will no longer be allowed to avoid user confusion.

- **I95-52139 High memory reported when using the cpu collector

_**Resolution**_ The underlying memory leak for the CPU collector has been fixed to resolve the high memory condition.

- **PLUGIN-2272 The `include-output` configuration causes unrelated config to be added to the generated config
- **PLUGIN-2272 The `include-output` configuration causes duplicated config to be added to the generated config

_**Resolution**_ The code generation logic handles multiple `include-output` correctly and resolves the duplication in the generated config.
_**Resolution**_ The code generation logic handles multiple `include-output` requests correctly and resolves the duplication in the generated config.

- **I95-53604 Router syslog output is sometimes malformed

_**Resolution**_ When an input uses multiple syslog output, the data corruption caused by message serialization code has been addressed.
_**Resolution**_ When an input uses multiple syslog outputs, the data corruption caused by message serialization code has been addressed.

- **WAN-1714 Dataplane CPU shows incorrect data for core utilization on node0

_**Resolution**_ The cpu collector handles various edge cases with missing data, IDP enabled, etc. when reporting the core utilization statistics.
_**Resolution**_ The cpu collector handles various edge cases with missing data, IDP enabled, etc., when reporting the core utilization statistics.

- **I95-43137 Session Records not sent correctly in syslog output

Expand Down

0 comments on commit e019c53

Please sign in to comment.