Install CSV provider
To install the CSV File provider, create a YAML file (called provider.yml
in this example) with the specification of the provider:
# CSV File Telemetry Provider
name: CSV File
description: Telemetry Provider that enables to import of metrics from a remote CSV file
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/csv-file-provider:3.1.4
Then, you can then install the provider with the Akamas CLI:
akamas install telemetry-provider provider.yml
Last updated
Was this helpful?