Skip to content

Setup Telemetry

  1. Build Telegraf docker image

    make build-telegraf
    
  2. Run InfluxDB and Telegraf. Set password for InfluxDB as env variable in command line:

    Note

    Password must be at least 8 characters in length.

    make INFLUXPASS=yourpass run-telegraf
    
  3. Start the dashboard by opening a browser to http://127.0.0.1:8086 and login using username: telegraf and the password you set previously.

  4. Click on "Build a Dashboard", then "Import dashboard" and select the file intel_core_and_igpu_telemetry.json under telegraf folder.

    Import template

  5. Run the dashboard

    dashboard