Connection type for pyroscope in grafana

Hi,
what would be the connection type for pyroscope in grafana config / docker compose?

    entrypoint:
      - sh
      - -euc
      - |
        mkdir -p /etc/grafana/provisioning/datasources
        cat <<EOF > /etc/grafana/provisioning/datasources/ds.yaml
        apiVersion: 1
        datasources:
        - name: Loki-intern
          type: loki
          access: proxy 
          orgId: 1
          url: http://loki:3100
          basicAuth: false
          isDefault: false
          version: 1
          editable: false
        - name: Mimir-intern
          type: prometheus
          access: proxy 
          orgId: 1
          url: http://mimir:9009/prometheus
          basicAuth: false
          isDefault: false
          editable: false
        - name: Prometheus-intern
          type: prometheus
          access: proxy 
          orgId: 1
          url: http://prometheus:9090
          basicAuth: false
          isDefault: true
          editable: false
        - name: Tempo-intern
          type: tempo
          access: proxy 
          orgId: 1
          url: http://tempo:3200
          basicAuth: false
          isDefault: false
          version: 1
          editable: false
        - name: Pyroscope-intern
          type: phlare <------- This one (pyroscope or this one doesnt work)
          access: proxy 
          orgId: 1
          url: http://pyro:4040
          basicAuth: false
          isDefault: false
          version: 1
          editable: false
        EOF
        /run.sh

easiest and quickest way to find out is to create one manually and see its json value