Documentation for source files in this repository
- aggregator.go
- aggregator_test.go
- broker/configuration.go
- broker/configuration_test.go
- broker/scram_client.go
- conf/configuration.go
- conf/configuration_test.go
- conf/export_test.go
- consumer.go
- consumer/attribute_checker.go
- consumer/benchmark_test.go
- consumer/consts.go
- consumer/consumer.go
- consumer/consumer_test.go
- consumer/dvo_processing.go
- consumer/dvo_rules_consumer.go
- consumer/dvo_rules_consumer_test.go
- consumer/export_test.go
- consumer/kafka_consumer.go
- consumer/logging.go
- consumer/message_decompression.go
- consumer/message_decompression_test.go
- consumer/ocp_processing.go
- consumer/ocp_rules_consumer.go
- consumer/ocp_rules_consumer_test.go
- consumer/processing.go
- export_test.go
- metrics/metrics.go
- metrics/metrics_test.go
- migration/dvomigrations/actual_migrations_test.go
- migration/dvomigrations/dvo_migrations.go
- migration/dvomigrations/mig_0001_create_dvo_report.go
- migration/dvomigrations/mig_0002_create_dvo_report_indexes.go
- migration/dvomigrations/mig_0003_ccxdev_12602_delete_buggy_records.go
- migration/dvomigrations/mig_0004_rule_hits_count_column.go
- migration/export_test.go
- migration/helpers.go
- migration/migration.go
- migration/migration_test.go
- migration/ocpmigrations/actual_migrations_test.go
- migration/ocpmigrations/export_test.go
- migration/ocpmigrations/mig_0001_create_report.go
- migration/ocpmigrations/mig_0002_create_rule_content.go
- migration/ocpmigrations/mig_0003_create_cluster_rule_user_feedback.go
- migration/ocpmigrations/mig_0004_modify_cluster_rule_user_feedback.go
- migration/ocpmigrations/mig_0005_create_consumer_error.go
- migration/ocpmigrations/mig_0006_add_on_delete_cascade.go
- migration/ocpmigrations/mig_0007_create_cluster_rule_toggle.go
- migration/ocpmigrations/mig_0008_add_offset_field_to_report_table.go
- migration/ocpmigrations/mig_0009_add_index_on_report_kafka_offset.go
- migration/ocpmigrations/mig_0010_add_tags_on_rule_content.go
- migration/ocpmigrations/mig_0011_remove_fk_and_content_tables.go
- migration/ocpmigrations/mig_0012_create_cluster_user_rule_disable_feedback.go
- migration/ocpmigrations/mig_0013_add_rule_hit_table.go
- migration/ocpmigrations/mig_0014_modify_cluster_rule_toggle.go
- migration/ocpmigrations/mig_0015_modify_cluster_rule_toggle.go
- migration/ocpmigrations/mig_0016_add_recommendations_table.go
- migration/ocpmigrations/mig_0017_add_system_wide_rule_disable_table.go
- migration/ocpmigrations/mig_0018_add_ratings_table.go
- migration/ocpmigrations/mig_0019_modify_recommendation_table.go
- migration/ocpmigrations/mig_0020_add_rule_id_to_advisor_ratings.go
- migration/ocpmigrations/mig_0021_add_gathered_at_to_report.go
- migration/ocpmigrations/mig_0022_cleanup_enable_disable_tables.go
- migration/ocpmigrations/mig_0023_add_report_info_table.go
- migration/ocpmigrations/mig_0024_add_timestamp_to_rule_hit.go
- migration/ocpmigrations/mig_0025_add_impacted_to_recommendation.go
- migration/ocpmigrations/mig_0026_add_and_populate_org_id_columns.go
- migration/ocpmigrations/mig_0027_cleanup_invalid_rows_missing_org_id.go
- migration/ocpmigrations/mig_0028_alter_primary_key_rule_disable_index.go
- migration/ocpmigrations/mig_0029_alter_cluster_rule_toggle_user_id.go
- migration/ocpmigrations/mig_0030_alter_rule_disable_drop_user_id.go
- migration/ocpmigrations/mig_0031_alter_constraint_drop_user_id_advisor_ratings.go
- migration/ocpmigrations/ocp_migrations.go
- migration/sql.go
- producer/dead_letter_producer.go
- producer/payload_tracker_producer.go
- producer/producer.go
- producer/producer_test.go
- run_main_test.go
- server.go
- server/auth.go
- server/auth_test.go
- server/configuration.go
- server/dvo_handlers.go
- server/dvo_handlers_test.go
- server/endpoints.go
- server/errors.go
- server/export_test.go
- server/rating.go
- server/rating_test.go
- server/report_benchmarks_test.go
- server/reports.go
- server/reports_test.go
- server/router_utils.go
- server/router_utils_test.go
- server/rules.go
- server/server.go
- server/server_read_report_metainfo_test.go
- server/server_read_report_test.go
- server/server_test.go
- server/vote_endpoints.go
- server/vote_endpoints_benchmarks_test.go
- storage/configuration.go
- storage/consts.go
- storage/debug.go
- storage/dvo_recommendations_storage.go
- storage/dvo_recommendations_storage_test.go
- storage/export_test.go
- storage/generic_insert_benchmark_test.go
- storage/info_rule_test.go
- storage/info_rules.go
- storage/noop_dvo_recommendations_storage.go
- storage/noop_dvo_recommendations_storage_test.go
- storage/noop_ocp_recommendations_storage.go
- storage/noop_ocp_recommendations_storage_test.go
- storage/ocp_recommendations_storage.go
- storage/ocp_recommendations_storage_test.go
- storage/queries.go
- storage/rating.go
- storage/rating_test.go
- storage/redis_storage.go
- storage/redis_storage_test.go
- storage/rule_disable.go
- storage/rule_disable_test.go
- storage/rule_feedback.go
- storage/rule_hit_preparation_test.go
- storage/rule_list.go
- storage/rule_toggle.go
- storage/sql_hooks.go
- storage/sql_hooks_test.go
- storage/storage.go
- storage/storage_rules_test.go
- storage/storage_write_recommendations_benchmark_test.go
- tests/data/dvo_data.go
- tests/helpers/consumer.go
- tests/helpers/helpers.go
- tests/helpers/http.go
- tests/helpers/mock_consumer.go
- tests/helpers/mock_storage.go
- tests/rest/clusters_detail.go
- tests/rest/common.go
- tests/rest/entrypoint.go
- tests/rest/info.go
- tests/rest/metrics.go
- tests/rest/multiple_reports.go
- tests/rest/openapi.go
- tests/rest/org_clusters.go
- tests/rest/organizations.go
- tests/rest/reports.go
- tests/rest/reports_info.go
- tests/rest/rest.go
- tests/rest/rule_vote.go
- tests/rest_api_tests.go
- types/errors.go
- types/pg_consts.go
- types/storage_backends.go
- types/storage_types.go
- types/types.go