For the best experience with graphs and dashboards, please use a tablet or a larger screen.

Notifications

Profile Admin
Profile

Manual Gateway

Recent Imports

No recent manual imports found.

Pipeline Controls

Schema Explorer

AI Data Liaison

New conversation

How can I help today?

Ask about pipeline health, datasets, ontologies, knowledge-graph schemas, or attach a screenshot for analysis.

Ready CareIntel AI - mode-aware, RAG-grounded.

Cypher Console

Knowledge graph allowlist

Data Quality Heatmap

Jobs

?"

Autonomous Schema Mapper

Data Quality Heatmap

Pipeline / Graph / AI Logs

System Health

Prometheus metrics

Prometheus runs on a separate origin (api.care-intel.com:9090) and its bundled SPA cannot load inside this embedded view. Open it in a new tab for full functionality β€” querying, graphs, alerting, and target health.

Starter PromQL

Paste into Query, then Execute. The UI stays empty until you run an expression. Examples match the default stack (node exporter, MinIO, monitoring-api).

API up
up{job="monitoring-api"}
Node disk used % (root mount)
100 - ((node_filesystem_avail_bytes{mountpoint="/",fstype!="rootfs"} * 100) / node_filesystem_size_bytes{mountpoint="/",fstype!="rootfs"})
MinIO cluster capacity (if MinIO job is scraped)
minio_cluster_capacity_usable_free_bytes
Care Intel HTTP request rate
sum(rate(care_intel_requests_total[5m]))

Manual Data Upload

Super Admins: if your data has no API and is not one of the predefined gateways below, use Ad-hoc CSV upload firstβ€”then ask data engineering to wire a pipeline to the stored file.

Uploads are authenticated and sent over HTTPS. Files are processed in a secure pipeline and not retained beyond ingestion.

Predefined dataset gateways

Recent Imports

No results found.

Data Sources & Derived Views

Derived Datasets

Ingestion pipeline logs (Airflow)

Last synced: never
/opt/airflow/logs
Pipeline Logs
Tasks in this run:
CRITICAL ERRORS DETECTED:

System Overview

β€”
Active Users
β€”
β€”
View all
Datasets Managed
β€”
β€”
View all
Data Pipelines
β€”
Running
View all
System Health
β€”
Operational
View status
Graph Nodes
β€”
Memgraph
View graph
Graph Edges
β€”
Relationships
Schema
Subgraph Products
β€”
Active
View all
Graph Data Products
β€”
Live + roadmap
View all

Data Pipeline Overview

Successful β€”
Running β€”
Failed β€”
Scheduled β€”
View all pipelines β†’

System Health

All Systems Operational
View system status β†’

Top Data Quality Issues

Issue Dataset Records Affected Severity
Go to Data Quality β†’

Resource Utilization

Live
CPU Usage β€”
Memory Usage β€”
Storage Usage β€”
Network I/O β€”
View full metrics β†’

Recent Activity

View full activity β†’
Time User Action Resource Details

Platform Usage Summary

API Requests
β€”
β€”
Data Processed
β€”
β€”
Active Sessions
β€”
β€”

Activity Feed

Data discovery & lineage

Recent Platform Activity

β€”
Time User Action Resource Details

Executive analytics

API requests
β€”
Distinct visitors
β€”
UTM / share clicks
β€”
Provider states (FindCare)
β€”
US coverage

Workbench requests

Acquisition channels

Distinct visitors

Dataset catalog by category

Pipeline run status

Provider distribution (US)

Share clicks by platform

GraphRAG Service

Loading…

Growth & attribution

Share clicks
β€”
Social profiles
β€”
Active channels
Default utm_source
β€”
Top platform
β€”

Share click trend

Campaign performance

Platform mix

URL path styles

Recent touches

WhenPlatformPathURL
Loading…

Daily click ledger

DateClicks
Loading…

Feature Flags

Stripe Settings

Plans editor

Billing audit log

Datasets & recent activity

Replay

De-identification health

Federated learning jobs

Training export catalog

Prometheus documentation

Care Intel stack β€” operators & analysts

Use this folder-style guide alongside the live UI. The same content is available as a standalone page for printing or sharing.

Why not embedded?

Prometheus’s UI loads ES modules from its own origin. Without CORS headers for modules, embedding it in an iframe fails. Opening Open Prometheus avoids console errors and gives you the full expression browser.

Access & URLs

Production example: https://api.care-intel.com:9090. Local URLs follow your VITE_API_ORIGIN / services base from the workbench.

The primary scrape target for the Care Intel API is often labeled job="monitoring-api".

Using the query UI
  1. Open Prometheus in a new tab.
  2. Enter PromQL in Query; pick Table or Graph.
  3. Click Execute. Nothing appears until a valid query runs.
Starter queries (same as card)

Copy from the Starter PromQL card on the Prometheus page, or from the printable guide.

  • up{job="monitoring-api"}
  • Node root disk % β€” see card for full expression.
  • minio_cluster_capacity_usable_free_bytes
  • sum(rate(care_intel_requests_total[5m]))
Application metrics

care_intel_requests_total is a counter; always pair with rate() or increase() over a range window.

Node exporter & MinIO

Node exporter exposes host CPU, memory, disk, and network series. MinIO metrics use the minio_ prefix when that job is scraped. Empty results β†’ check Status β†’ Targets.

External references