All Questions
3 questions
0
votes
1
answer
247
views
Export data from advertising platforms (FB Ads, Google Ads, My Target) into Prometheus to visualize in Grafana
We are marketing agency that wants all the ads campaign data (Facebook Ads, Google Ads, My Target) to be displayed in the dashboard(Grafana + Prometheus). We were looking for plugins that can extract ...
0
votes
1
answer
2k
views
InfluxDB: Empty tags cause field to be 0
I have a python worker that sends measurements to influxDB with a tags value whenever the value is present. When this tags value is not present, I set the tags as an empty dictonary.
def ...
-1
votes
1
answer
1k
views
How can I read in database credentials from a text file?
How can I read in database credentials from a text file in my Python script? When Grafana searches for the target, it should go to the text file and get the DB credentials and execute it.
import ...