kafka_overwatch.reporting package ¶
Subpackages ¶
Submodules ¶
kafka_overwatch.reporting.schema_registry module ¶
- kafka_overwatch.reporting.schema_registry. get_schema_registry_report ( topics_df , kafka_cluster ) [source] ¶
-
Generate schema registry.
- Return type :
-
typing.Optional[kafka_overwatch.specs.report.SchemaRegistryReport]
kafka_overwatch.reporting.tools module ¶
kafka_overwatch.reporting.topics module ¶
Module contents ¶
- kafka_overwatch.reporting. get_cluster_governance ( governance_config , topics_df , groups_df ) [source] ¶
-
- Return type :
- kafka_overwatch.reporting. get_cluster_usage ( cluster_name , kafka_cluster , topics_df , groups_df ) [source] ¶
-
Based on the topics to monitor, as per the configuration, evaluates the usage of the topics identified.
- Return type :
- kafka_overwatch.reporting. get_naming_convention_report ( topics_df , governance_config ) [source] ¶
- kafka_overwatch.reporting. set_cluster_topic_stats ( topics_df ) [source] ¶
-
Generates the topic stats and waste report
- Return type :
-
tuple[kafka_overwatch.specs.report.Statistics,kafka_overwatch.specs.report.EstimatedWaste]