I have data in csv formate, I want to add that data into prometheus please any help me. Are there any exporter exist or API etc.
You need an exporter that exposes the data from the CSV files over HTTP in Prometheus format, so that Prometheus can scrape it.
See, for example, https://github.com/stohrendorf/csv-prometheus-exporter if it does what you want.
Alternatively, you can expose the raw data directly from your application with a Prometheus client library or use this to create your own customised exporter.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With