googleanalytics_exporter icon indicating copy to clipboard operation
googleanalytics_exporter copied to clipboard

Obtains Google Analytics RealTime metrics, and presents them to prometheus for scraping.

Results 8 googleanalytics_exporter issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

Does this support google analytics V4?

panic: runtime error: index out of range [0] with length 0 goroutine 141 [running]: main.getMetric(0xc0000100f8, 0xc0001371e0, 0xe, 0xaf2c88, 0x0) /root/googleanalytics_exporter/ganalytics.go:111 +0x2a9 main.main.func2(0xc0000100f8, 0xc0001371e0, 0xe) /root/googleanalytics_exporter/ganalytics.go:93 +0x43 created by main.main /root/googleanalytics_exporter/ganalytics.go:92...

The docker stopped automatically and an error occurred, **ExitCode = 2**. I can run the docker to run normally, after a while it will stop automatically. container die containerID (description=Obtains...

Your Docker image is using Alpine 3.5 which official support ended `2018-11-01` https://en.wikipedia.org/wiki/Alpine_Linux Since you are using GoLang you could use Google's distroless `gcr.io/distroless/base` https://github.com/GoogleContainerTools/distroless/tree/master/base And never worry again about...

Getting the Google Credentials for someone that hasn't done it before can be a bit of a pain. Such as you have to add [this API](https://console.developers.google.com/apis/library/analytics.googleapis.com) and not [this API](https://console.developers.google.com/apis/library/analyticsreporting.googleapis.com),...

Hey there, I have been running this as a systemd service (docker wasn't agreeing with me) and it is crashing every 5 hours. Any ideas what could be causing this?...