Luciano Buono

Results 15 comments of Luciano Buono

Could you provide the full MyFirebaseMessagingService class? The methon onNewToken() is never used when I put it in MyFirebaseMessagingService class

Same error with defaults triggers from catalog: Version: 2.7.2 notifications-controller logs: `cannot fetch phase from (1:27)\n | app.status.operationState.phase in ['Succeeded']\n | ..........................^"`

Hi @PeteMac88, I just tested it. I used AWS 5.25 provider and EKS module v19.20. I think that using latest module version is not neccesary, the important part is the...

Closing as feature is already implemented

Noted! Thanks for the confirmation Sorry to use this issue for another topic, but I'm having a problem with the WORKFLOW collector. I have enabled the flag `GITHUB_EXPORTER_COLLECTOR_WORKFLOWS: true` and...

This are all the logs from `k logs deployments/promhippie-github-exporter`: ``` orangepi@orangepi5:~/Documents/kubernetes/promhippie-github-exporter$ k logs deployments/promhippie-github-exporter {"date":"20230820","go":"go1.21.0","level":"info","msg":"Launching GitHub Exporter","revision":"42a4ade","ts":"2023-08-31T20:12:08.672852603Z","version":"2.4.0"} {"addr":"0.0.0.0:9504","level":"info","msg":"Starting metrics server","ts":"2023-08-31T20:12:08.673292722Z"} {"address":"[::]:9504","level":"info","msg":"Listening on","ts":"2023-08-31T20:12:08.673944296Z"} {"address":"[::]:9504","http2":false,"level":"info","msg":"TLS is disabled.","ts":"2023-08-31T20:12:08.673984254Z"} ``` EDIT: I have enabled...

@kirillbilchenko Which issue do u mean? the GITHUB_EXPORTER_COLLECTOR_ADMIN is not possible currently. For the workflows metrics, it's sorta working for me, I needed to add repos with current workflows runs....

@kirillbilchenko How many repos do u have? What values did you put in: ```yaml GITHUB_EXPORTER_REQUEST_TIMEOUT: 10m GITHUB_EXPORTER_PER_PAGE: 100 GITHUB_EXPORTER_WEB_TIMEOUT: 10m ``` I'm getting a lot of Rate limiting by Github...

@kirillbilchenko would you mind sharing your parameters? I also have +500 repos and can't find a way to balance between not having stale metrics on Prometheus and not rate limiting...

Hi I'm also facing the same issue with accesing the `laravel.log` file using default helm chart configs. Only thing I'm thinking, I'm on ARM infra, so maybe there is a...