googleapis / elixir-google-api

Elixir client libraries for accessing Google APIs.
https://hex.pm/users/google-cloud
Apache License 2.0
1.01k stars 459 forks source link

Support & Instructions for using Stackdriver #949

Open rupurt opened 5 years ago

rupurt commented 5 years ago

Hi,

I'm trying to figure out how to write the logs from my Elixir application directly to Stackdriver without fluentd. Ideally I'm looking for something like what you provide in ruby but can't seem to find any instructions or guides online.

Cheers

christopherdbull commented 4 years ago

Any update on this?

rupurt commented 4 years ago

@te-chris I ended up dockerizing my stuff and using https://cloud.google.com/community/tutorials/docker-gcplogs-driver.

I also wrote a hex package for doing this with files but no longer use it.

ingcrengifo commented 4 years ago

@rupurt now what do you use? I just have the same problem.

rupurt commented 4 years ago

@INGCRENGIFO https://github.com/Nebo15/logger_json with docker