{"id":13651348,"url":"https://github.com/opencensus-beam/oc_google_reporter","last_synced_at":"2026-04-01T23:57:48.362Z","repository":{"id":62430124,"uuid":"104490011","full_name":"opencensus-beam/oc_google_reporter","owner":"opencensus-beam","description":"Google Trace v1 reporter for opencensus-erlang","archived":false,"fork":false,"pushed_at":"2020-03-26T15:04:24.000Z","size":20,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T19:08:48.046Z","etag":null,"topics":["erlang","google-trace","metrics","opencensus","tracing"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencensus-beam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-22T15:27:56.000Z","updated_at":"2024-09-12T12:36:25.000Z","dependencies_parsed_at":"2022-11-01T20:04:37.089Z","dependency_job_id":null,"html_url":"https://github.com/opencensus-beam/oc_google_reporter","commit_stats":null,"previous_names":["tsloughter/oc_google_reporter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencensus-beam%2Foc_google_reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencensus-beam%2Foc_google_reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencensus-beam%2Foc_google_reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencensus-beam%2Foc_google_reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencensus-beam","download_url":"https://codeload.github.com/opencensus-beam/oc_google_reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090496,"owners_count":21046103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","google-trace","metrics","opencensus","tracing"],"created_at":"2024-08-02T02:00:48.358Z","updated_at":"2026-03-27T04:40:54.935Z","avatar_url":"https://github.com/opencensus-beam.png","language":"Erlang","funding_links":[],"categories":["Exporters","Tracing"],"sub_categories":["Erlang/Elixir"],"readme":"oc_google_reporter\n=====\n\nReporter for [opencensus]() that implements support for version 1 and 2 of [Google Cloud Trace](https://cloud.google.com/trace/docs/reference/).\n\n### Using\n\nAdd dependency to `rebar.config` and the `.app.src` of the application you are adding tracing to:\n\n```\n{deps, [opencensus, oc_google_reporter]}.\n```\n\n```\n{application, ..., [\n   {applications, [kernel, stdlib, oc_google_reporter, opencensus, ...]}\n   ...\n]}\n```\n\nAdd configuration for `opencensus` is added to `sys.config`, set to use the `oc_google_reporter` or `oc_google_reporter_v2` reporter:\n\n```\n{opencensus, [{sampler, {oc_sampler_always, []}},\n              {reporter, {oc_google_reporter_v2, #{project_id =\u003e \u003c\u003c\"GOOGLE PROJECT\"\u003e\u003e,\n                                                   credentials_source =\u003e default}}}]}\n```\n\nThe Google credentials are handled by the [augle](https://github.com/tsloughter/augle) library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencensus-beam%2Foc_google_reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencensus-beam%2Foc_google_reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencensus-beam%2Foc_google_reporter/lists"}