Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Data modeling projects can reference time series using
instanceId (an object with space and externalId) in addition to the traditional id or externalId methods.Create a dashboard
To create a dashboard with time series data from Cognite Data Fusion (CDF):Select time series for your dashboard
Use the query tabs below the main chart area to select time series for your dashboard.
If your query tabs are missing, check the feature flags in the data source settings.
-
CogniteTimeSeries - search for time series from data model views. Select a View and start typing to filter and select a time series.
Use this tab when your time series are defined in data models. The View dropdown lists views that implement the
CogniteTimeSeriescontainer and shows the view name, space, and version. After you select a view, search by name or description to find time series instances. This tab filters out string time series, and selections use the instance ID (space and external ID).
- Data models - run a GraphQL query to fetch instances from a data model and plot their time series. See Display time series from the Data models tab below.
Display time series data from data model instances
You can display time series data from instances of CDF data models using the Data models tab:Specify the query
Grafana automatically detects time series in your query results. If your query returns fields with 
type: "numeric" that include space and externalId, Grafana treats them as time series and fetches data points automatically. Keep __typename and externalId in the query to support older detection behavior and queries that return mixed instance types.
