Sandeep Bhat
Sandeep Bhat
@flauc I am not able to locate it in any file. Could you guide me to that? As an aside, could this be added as an option parameter? Thanks.
> You should just be able to add `--google.project-id project-a,projectb` as an argument. > > https://github.com/prometheus-community/stackdriver_exporter#flags describes it more. This is a problem as it would mean that if an...
> Thanks for the suggestion @sandyydk. Where would the data for translation come from? We could get it from Google translate by forming the URL this way for example `https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=hi&dj=1&dt=t&ie=UTF-8&q='how...
@bep Can I pick this one if not already done?
If it causes concurrent map issue it could be fixed in two ways * Un-expose the method. * Or use a syncMap to implement the same. I can pick this...