Concourse job fails with error: "task config tasks/collect.yml not found" when using Telemetry collector
search cancel

Concourse job fails with error: "task config tasks/collect.yml not found" when using Telemetry collector

book

Article ID: 409542

calendar_today

Updated On:

Products

VMware Tanzu Platform - Cloud Foundry

Issue/Introduction

Concourse job gets failure "task config tasks/collect.yml not found" 

Concourse pipeline is configured to use Telemetry Collector as in this reference pipeline: https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-telemetry-collector/1-4/telemetry-cli/using-concourse.html

Resolution

v1.4.3 of Telemetry collector does not include the necessary collect.yml and send.yml files needed for Telemetry tasks.

A new version v1.4.7 includes these collect.yml and send.yml. Please ensure that Concourse pipeline is configured to use the latest version of Telemetry Collector release.

Example pipeline (for latest): 

- name: pivnet
source:
repository: pivotalcf/pivnet-resource
tag: latest-final
type: registry-image

resources:
- name: pivotal-telemetry-collector
source:
api_token: <token>
product_slug: pivotal-telemetry-collector