Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Grafana website screenshot

Grafana

Grafana Labs builds the open and composable observability stack used by millions of engineers to visualize, query, alert on, and explore their metrics, logs, traces, and profiles. The flagship Grafana OSS dashboarding platform is paired with Grafana Loki (logs), Grafana Mimir (Prometheus-compatible metrics), Grafana Tempo (distributed traces), and Grafana Pyroscope (continuous profiling) — all under the LGTM stack. Grafana Cloud delivers the entire portfolio as a managed SaaS with a generous free tier, while Grafana Enterprise extends self-managed deployments with premium plugins, reporting, RBAC, LBAC, and caching. The ecosystem extends to Grafana k6 (load testing), Grafana Alloy (OpenTelemetry-native collector), Grafana Beyla (eBPF auto-instrumentation), Grafana Faro (frontend observability), Grafana OnCall (incident response), and Synthetic Monitoring. A canonical OpenAPI specification at public/api-merged.json powers the official Go client, the Terraform provider, the Grafana Operator, and a deep dashboards-as-code toolchain (Foundation SDK, Grafonnet, Grizzly, Scenes).

agent aware

Real signal across most facets with visible, nameable gaps — the contract exists but is thin, or the portal is good while governance and commercial terms are absent.

Kin Score

API Evangelist profiles Grafana the way a machine reads it — 64 machine-readable artifacts across 20 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Grafana scores 53.4/100 (developing), with a separate agent-readiness read of 34/100 (agent aware). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 53.4/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 11.3 / 20
Commercial Clarity 15.8 / 20
Operational Transparency 8.9 / 13
Governance 0.0 / 12
Discoverability 8.0 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

How we profile Grafana

Each block below is one kind of artifact we hold for Grafana. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 20

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Grafana HTTP API

The full Grafana HTTP API surface for self-managed Grafana and Grafana Enterprise. Covers dashboards, folders, data sources, organizations, users, teams, service accounts, API k...

Grafana Dashboard API

Create, read, update, delete, search, version, and permission dashboards. Exposes the Kubernetes-style `/apis/dashboard.grafana.app/v1/namespaces/:namespace/dashboards` resource...

Grafana Folder and Search API

Manage Grafana folders, perform cross-folder dashboard search, and administer folder-level permissions. Folders are the primary organizational unit for grouping dashboards and a...

Grafana Data Source API

Programmatically register and manage Grafana data sources (Prometheus, Loki, Tempo, Mimir, Pyroscope, Postgres, MySQL, Elasticsearch, InfluxDB, CloudWatch, Azure Monitor, Google...

Grafana Alerting Provisioning API

Provision Grafana Alerting resources programmatically — alert rules, contact points, mute timings, notification policies, and notification templates. Supports headers for file-p...

Grafana Annotations API

Create, read, update, and delete annotations on Grafana dashboards. Annotations mark events (deploys, incidents, releases) on time-series panels and can be scoped to a dashboard...

Grafana Organization and Users API

Manage Grafana organizations, users, teams, team membership, external team sync, and user or org-scoped preferences (default home dashboard, theme, timezone, week start).

Grafana Access Control (RBAC) API

Manage fine-grained role-based access control assignments, custom roles, permission grants against folders/dashboards/data sources, service accounts, service account tokens, and...

Grafana Admin API

Server-wide administrative endpoints including global users, settings, server stats, encryption keys, pause-all-alerts, plus Grafana Enterprise extensions for licensing, schedul...

Grafana Library Elements API

Manage reusable library panels and library variables. Library elements let dashboard authors define a panel or variable once and reference it across many dashboards, with update...

Grafana Correlations API

Define correlations between data sources to enable in-place pivoting (e.g. trace ID in Tempo to logs in Loki) inside Explore and dashboards. Powers the "click a value, jump to r...

Grafana Snapshot, Short URL, and Query History API

Capture and share dashboard snapshots (rendered point-in-time copies including data), generate short URLs for long Explore queries and dashboard links, and read or write a user'...

Grafana Cloud API

Manage Grafana Cloud stacks (instances), plugins, data sources, regions, access policies, and tokens at `https://grafana.com/api`. Authenticated with Cloud Access Policy bearer ...

Grafana Loki HTTP API

Query and push logs to Grafana Loki. Endpoints include `/loki/api/v1/push` (log ingestion), `/loki/api/v1/query` and `/query_range` (LogQL), `/loki/api/v1/labels`, `/loki/api/v1...

Grafana Mimir HTTP API

Horizontally scalable, multi-tenant, long-term Prometheus-compatible metrics storage. Exposes Prometheus remote-write at `/api/v1/push`, the full Prometheus query API (`/api/v1/...

Grafana Tempo HTTP API

High-volume, minimal-dependency distributed tracing backend. Supports OTLP ingestion, trace lookup by ID (`/api/traces/{traceID}`), TraceQL search (`/api/search`), tag and value...

Grafana Pyroscope HTTP API

Continuous profiling backend. Ingest pprof and Pyroscope-format CPU, memory, and lock profiles, query flame graphs and merge profiles, and run profile-based comparisons. Pyrosco...

Grafana k6 Cloud API

Programmatically trigger, list, and manage cloud-hosted k6 load tests, projects, organizations, test runs, thresholds, and results. Pairs with the open-source `k6` CLI for JavaS...

Grafana OnCall API

Programmatic access to OnCall alert groups, integrations, escalation chains, schedules, on-call shifts, routes, slack channels, webhooks, and users. Powers on-call rotation mana...

Grafana Synthetic Monitoring API

Create and manage synthetic probes (HTTP, HTTPS, DNS, TCP, ICMP/ping, traceroute, multi-step scripted browser, gRPC) executed from Grafana Labs' global probe network plus option...

Scroll within the panel for all 20 ·

Pricing Plans 1

Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.

Published pricing tiers and plan structures.

Rate Limits 1

Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.

Documented rate limits and quota policies.

Grafana Com Rate Limits

7 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.

Cost, billing, and metering signals for API financial operations.

Features 39

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Open-source Grafana — composable observability and dashboarding platform (AGPLv3)
Grafana Cloud — fully managed observability SaaS with free tier
Grafana Enterprise — self-managed commercial distribution with premium plugins and features
Grafana Loki — Prometheus-style label model applied to logs with LogQL query language
Grafana Mimir — horizontally scalable, multi-tenant, long-term Prometheus-compatible metrics storage
Grafana Tempo — minimal-dependency distributed tracing backend with TraceQL search
Grafana Pyroscope — continuous profiling backend (CPU, memory, lock, goroutine)
Grafana k6 — JavaScript-authored load and performance testing with Cloud execution
Grafana Alloy — OpenTelemetry-native distribution of the OpenTelemetry Collector
Grafana Beyla — eBPF-based zero-instrumentation observability for HTTP/gRPC/SQL services
Grafana Faro — frontend observability SDK for real user monitoring
Grafana OnCall — on-call scheduling, escalation, and alert routing
Grafana Incident and IRM (Incident Response Management) suite
Grafana SLO — declarative service level objectives backed by Prometheus
Grafana Synthetic Monitoring — global probe network for HTTP, DNS, TCP, ICMP, scripted browser, gRPC
Grafana Application Observability — OpenTelemetry-driven APM
Grafana Kubernetes Monitoring — preconfigured Kubernetes observability stack
Adaptive Metrics — automated cardinality reduction (up to 80% savings)
Adaptive Logs — log volume reduction (~50%)
Adaptive Telemetry — unified Adaptive Metrics / Logs / Traces cost optimization
150+ data sources (Prometheus, InfluxDB, Elasticsearch, OpenSearch, MySQL, Postgres, MSSQL, CloudWatch, Azure Monitor, Google Cloud Monitoring, Snowflake, Splunk, Datadog, BigQuery, MongoDB, and more)
500+ community plugins (panels, data sources, apps)
Library panels and library variables for reusable dashboard components
Dashboards-as-code via Foundation SDK, Grafonnet, Grizzly, and Terraform Provider
Grafana Operator for Kubernetes-native dashboard, alert, and data source provisioning
Scenes framework for composable dashboard authoring
Plugin SDK and create-plugin (plugin-tools) for community and enterprise plugin development
RBAC with custom roles, service accounts, and folder/dashboard/data source permission grants
SSO via SAML, OAuth, LDAP with team sync
Public dashboards and snapshot sharing
OpenTelemetry-first ingestion via Alloy with OTLP, Prometheus remote write, Loki, and Tempo protocols
Unified Alerting with rule provisioning API, contact points, mute timings, notification templates
Correlations between data sources for click-through pivots across metrics, logs, traces, profiles
Data source Label-Based Access Control (LBAC) for tenant isolation
Query and resource caching (Enterprise)
Scheduled PDF/CSV reporting (Enterprise)
Federal Cloud, Public Cloud, and Bring Your Own Cloud deployment options
FedRAMP Moderate, SOC 2 Type II, PCI DSS, GDPR, HIPAA-eligible compliance posture
Canonical OpenAPI 2.0 specification (api-merged.json) drives Go client, Terraform provider, and SDKs

Scroll within the panel for all 39 ·

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Grafana Com Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Grafana Com Trust Center

SOC 2, ISO 27001, PCI DSS, FedRAMP, GDPR, CSA STAR

SECURITY

Resources

Every other property we hold for Grafana — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 5

Portal, sign-up, and the first successful call

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Learn 3

Tutorials, courses, talks, and written guidance

Other 2

Properties that don't map to a standard resource type

← All providers · Data indexed from github.com/api-evangelist/grafana-com · machine-readable index on apis.io