MCPcopy Create free account

hub / github.com/YEDASAVG/Stratum / functions

Functions366 in github.com/YEDASAVG/Stratum

↓ 83 callersFunctioncn
(...inputs: ClassValue[])
dashboard/src/lib/utils.ts:6
↓ 76 callersMethodget
Get parser by name
crates/logai-core/src/parser/mod.rs:53
↓ 63 callersMethodwith_field
(mut self, key: &str, value: Value)
crates/logai-cli/src/simulate.rs:95
↓ 56 callersMethodas_str
(&self)
crates/logai-rag/src/llm_client.rs:46
↓ 23 callersMethodparse
parse using speicified format
crates/logai-core/src/parser/mod.rs:58
↓ 20 callersMethodwith_trace_id
(mut self, id: &str)
crates/logai-cli/src/simulate.rs:90
↓ 18 callersMethodquery
( &self, user_query: &str, logs: Vec<String>, )
crates/logai-rag/src/engine.rs:165
↓ 7 callersMethodparse
(&self, raw: &str)
crates/logai-core/src/parser/proxmox.rs:77
↓ 7 callersMethodregister
register a parser
crates/logai-core/src/parser/mod.rs:47
↓ 6 callersMethodanalyze
(&self, query: &str)
crates/logai-rag/src/query_analyzer.rs:53
↓ 6 callersFunctionuseSidebar
()
dashboard/src/components/ui/sidebar.tsx:52
↓ 5 callersFunctiondispatch
(action: Action)
dashboard/src/hooks/use-toast.ts:132
↓ 5 callersMethodgenerate
Generate text from prompt (returns GroqError for internal use)
crates/logai-rag/src/groq_client.rs:78
↓ 5 callersFunctionget_string
( payload: &HashMap<String, qdrant_client::qdrant::Value>, key: &str, )
crates/logai-api/src/handlers/mod.rs:15
↓ 5 callersMethodrerank
Rerank logs by combining semantic score with keyword overlap most imp
crates/logai-rag/src/reranker.rs:22
↓ 5 callersMethodseverity_score
(&self)
crates/logai-rag/src/causal.rs:90
↓ 4 callersFunctionuseSettings
()
dashboard/src/hooks/use-settings.ts:7
↓ 3 callersMethodanalyze
Main entry point: analyze logs and build causal chain
crates/logai-rag/src/causal.rs:137
↓ 3 callersMethodprocess_anomalies
process detected anomalies and return alerts that should be sent
crates/logai-anomaly/src/alerting.rs:61
↓ 3 callersMethodrun
(&mut self)
crates/logai-anomaly/src/runner.rs:51
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
dashboard/src/hooks/use-toast.ts:57
↓ 2 callersMethodanalyze_query
get analyzed query (for API to use in search)
crates/logai-rag/src/engine.rs:272
↓ 2 callersMethodbuild_query_analysis
(&self, analyzed: &AnalyzedQuery)
crates/logai-rag/src/engine.rs:260
↓ 2 callersMethodcheck_rule
check a single rule and return any detected anomalies
crates/logai-anomaly/src/detection.rs:32
↓ 2 callersFunctioncheck_status
( client: &reqwest::Client, api_url: &str, )
crates/logai-cli/src/main.rs:321
↓ 2 callersMethodclassify
(&self, prompt: &str)
crates/logai-rag/src/engine.rs:305
↓ 2 callersMethodfrom
(c: CausalChain)
crates/logai-api/src/models/response.rs:90
↓ 2 callersFunctiongenerate_normal_flow
(request_id: &str, user_id: &str, state: &SimulatorState, rng: &mut impl Rng)
crates/logai-cli/src/simulate.rs:321
↓ 2 callersMethodget_metric
get metric value from clickhouese
crates/logai-anomaly/src/detection.rs:200
↓ 2 callersMethodget_stats
(&self)
crates/logai-cli/src/stress.rs:93
↓ 2 callersMethodhandle_search_query
( &self, user_query: &str, logs: Vec<String>, analyzed: &AnalyzedQuery, )
crates/logai-rag/src/engine.rs:240
↓ 2 callersFunctionisActivePathname
( basePathname: string, currentPathname: string, exactMatch: boolean = false )
dashboard/src/lib/utils.ts:29
↓ 2 callersFunctionload_config
(path: P)
crates/logai-anomaly/src/config.rs:154
↓ 2 callersFunctionprint_wrapped
Print text with word wrapping
crates/logai-cli/src/main.rs:1163
↓ 2 callersFunctionprocess_chat_message
( client: &reqwest::Client, api_url: &str, session_id: &str, message: &str, history: &mut
crates/logai-cli/src/main.rs:1031
↓ 2 callersMethodquery_with_intent
Query with explicit intent override (for follow-up queries where intent was pre-analyzed)
crates/logai-rag/src/engine.rs:174
↓ 2 callersMethodrecord_failure
(&self, count: u64)
crates/logai-cli/src/stress.rs:88
↓ 2 callersMethodrecord_success
(&self, count: u64, latency: Duration)
crates/logai-cli/src/stress.rs:80
↓ 2 callersMethodsend_alert
send an alert to stack
crates/logai-anomaly/src/slack.rs:52
↓ 2 callersMethodset_cooldown
set cooldown for a rule called when loading config
crates/logai-anomaly/src/alerting.rs:56
↓ 1 callersFunctionask_ai
( client: &reqwest::Client, api_url: &str, question: &str, )
crates/logai-cli/src/main.rs:203
↓ 1 callersMethodbuild_chain_backward
Build causal chain by going backward in time
crates/logai-rag/src/causal.rs:210
↓ 1 callersMethodbuild_context
(&self, logs: &[String])
crates/logai-rag/src/engine.rs:276
↓ 1 callersFunctionbuild_conversation_context
(history: &[ChatMessage])
crates/logai-api/src/handlers/chat.rs:391
↓ 1 callersMethodbuild_message
Build Slack message form alert
crates/logai-anomaly/src/slack.rs:78
↓ 1 callersMethodbuild_prompt
(&self, query: &str, context: &str)
crates/logai-rag/src/engine.rs:281
↓ 1 callersFunctioncheck_anomalies
( client: &reqwest::Client, api_url: &str, service_filter: Option<String>, )
crates/logai-cli/src/main.rs:808
↓ 1 callersMethodcheck_statistical
Statistical detection: check if current value exceeds baseline + (sigma + stddev)
crates/logai-anomaly/src/detection.rs:110
↓ 1 callersMethodcheck_threshold
( &self, rule: &Rule, service: &str, metric: Metric, operator: crate::
crates/logai-anomaly/src/detection.rs:163
↓ 1 callersFunctionclassify_query_intent
(rag_engine: &logai_rag::RagEngine, last_query: &str, new_query: &str)
crates/logai-api/src/handlers/chat.rs:406
↓ 1 callersMethodclean_query
(&self, query: &str)
crates/logai-rag/src/query_analyzer.rs:160
↓ 1 callersFunctioncompute_keyword_score
(query_words: &[&str], log: &str)
crates/logai-rag/benches/rag.rs:72
↓ 1 callersMethodcompute_keyword_score
(&self, query_words: &[&str], log: &str)
crates/logai-rag/src/reranker.rs:55
↓ 1 callersFunctioncreate_logs_table
(client: &Client)
crates/logai-worker/src/main.rs:151
↓ 1 callersFunctiondetect_intent
(query: &str)
crates/logai-rag/benches/rag.rs:152
↓ 1 callersMethoddetect_intent
(&self, query: &str)
crates/logai-rag/src/query_analyzer.rs:74
↓ 1 callersFunctiondismiss
()
dashboard/src/hooks/use-toast.ts:149
↓ 1 callersFunctionembed_and_store
Generate embedding for a log and store in Qdrant
crates/logai-worker/src/main.rs:109
↓ 1 callersMethodevaluate
evaluate comparison
crates/logai-anomaly/src/config.rs:117
↓ 1 callersMethodextract_level
(&self, query: &str)
crates/logai-rag/src/query_analyzer.rs:143
↓ 1 callersMethodextract_service
(&self, query: &str)
crates/logai-rag/src/query_analyzer.rs:139
↓ 1 callersMethodextract_time_range
(&self, query: &str, now: DateTime<Utc>)
crates/logai-rag/src/query_analyzer.rs:100
↓ 1 callersFunctionfetchAnomalies
()
dashboard/src/lib/api.ts:150
↓ 1 callersFunctionfetchLogs
(params?: { service?: string level?: string search?: string limit?: number offset?: number })
dashboard/src/lib/api.ts:78
↓ 1 callersFunctionfetchServices
()
dashboard/src/lib/api.ts:174
↓ 1 callersFunctionfetchStats
()
dashboard/src/lib/api.ts:144
↓ 1 callersMethodfind_effect
Find the most severe recent error (the "effect" we're investigating)
crates/logai-rag/src/causal.rs:201
↓ 1 callersFunctionfind_effect_timestamp
Find the timestamp of the most severe ERROR from search results This will be used as the "effect" for causal chain analysis
crates/logai-api/src/handlers/chat.rs:472
↓ 1 callersFunctionformatTimestamp
(ts: string)
dashboard/src/app/(dashboard-layout)/logs/page.tsx:89
↓ 1 callersFunctiongenId
()
dashboard/src/hooks/use-toast.ts:21
↓ 1 callersFunctiongenerateLogBatch
(size)
benches/loadtest.js:92
↓ 1 callersFunctiongenerate_auth_attack_flow
(request_id: &str, state: &SimulatorState, rng: &mut impl Rng)
crates/logai-cli/src/simulate.rs:541
↓ 1 callersFunctiongenerate_db_slow_flow
(request_id: &str, user_id: &str, state: &SimulatorState, rng: &mut impl Rng)
crates/logai-cli/src/simulate.rs:491
↓ 1 callersFunctiongenerate_logs
(scenario: &Scenario, state: &mut SimulatorState)
crates/logai-cli/src/simulate.rs:283
↓ 1 callersFunctiongenerate_payment_outage_flow
(request_id: &str, user_id: &str, state: &SimulatorState, rng: &mut impl Rng)
crates/logai-cli/src/simulate.rs:387
↓ 1 callersFunctiongenerate_raw_batch
(format: &str, batch_size: usize)
crates/logai-cli/src/stress.rs:155
↓ 1 callersMethodgenerate_recommendation
Generate fix recommendation
crates/logai-rag/src/causal.rs:388
↓ 1 callersFunctiongenerate_structured_batch
(batch_size: usize)
crates/logai-cli/src/stress.rs:107
↓ 1 callersMethodgenerate_summary
Generate human-readable summary
crates/logai-rag/src/causal.rs:342
↓ 1 callersFunctiongetSessionId
()
dashboard/src/lib/api.ts:48
↓ 1 callersMethodget_baseline
Get baseline avg and std deviation from clikchouse
crates/logai-anomaly/src/detection.rs:238
↓ 1 callersMethodget_services
Get list of services matching the patterns
crates/logai-anomaly/src/detection.rs:90
↓ 1 callersFunctionhandleSend
()
dashboard/src/app/(dashboard-layout)/chat/page.tsx:83
↓ 1 callersMethodhandle_causal_query
( &self, user_query: &str, logs: Vec<String>, analyzed: &AnalyzedQuery, )
crates/logai-rag/src/engine.rs:210
↓ 1 callersFunctioningest_file
( client: &reqwest::Client, api_url: &str, file_path: &str, format: &str, service: &str,
crates/logai-cli/src/main.rs:387
↓ 1 callersFunctioninsert_log
(client: &Client, entry: &LogEntry)
crates/logai-worker/src/main.rs:174
↓ 1 callersFunctioninteractive_chat
Interactive chat mode - the core debugging experience
crates/logai-cli/src/main.rs:899
↓ 1 callersFunctionloadAnomalies
()
dashboard/src/app/(dashboard-layout)/anomalies/page.tsx:31
↓ 1 callersMethodmodel
(&self)
crates/logai-rag/src/groq_client.rs:131
↓ 1 callersMethodname
(&self)
crates/logai-core/src/parser/nginx.rs:57
↓ 1 callersMethodprovider
(&self)
crates/logai-rag/src/groq_client.rs:135
↓ 1 callersFunctionrandomLevel
()
benches/loadtest.js:62
↓ 1 callersFunctionrandomMessage
()
benches/loadtest.js:74
↓ 1 callersFunctionrandomService
()
benches/loadtest.js:57
↓ 1 callersFunctionreducer
(state: State, action: Action)
dashboard/src/hooks/use-toast.ts:73
↓ 1 callersFunctionrenderMenuItem
(item: NavigationRootItem | NavigationNestedItem)
dashboard/src/components/layout/command-menu.tsx:69
↓ 1 callersFunctionrenderMenuItem
(item: NavigationRootItem | NavigationNestedItem)
dashboard/src/components/layout/sidebar.tsx:41
↓ 1 callersFunctionrerank
(query: &str, logs: &[(String, f32)])
crates/logai-rag/benches/rag.rs:95
↓ 1 callersMethodscore_causality
Ask LLM: "Did A cause B?"
crates/logai-rag/src/causal.rs:273
↓ 1 callersFunctionsearchLogs
(params: { query: string service?: string level?: string limit?: number })
dashboard/src/lib/api.ts:112
next →1–100 of 366, ranked by callers