Hidetake Iwata

Results 86 comments of Hidetake Iwata

I have reverted the deletion of gauge metrics such as `github.actions.job.duration_second`. Since v1.86.0, this action sends the gauge metrics instead of the distribution metrics by default. https://github.com/int128/datadog-actions-metrics/releases/tag/v1.86.0 Thank you for...

Hi. Currently server side code contains credential such as API key and could not publish on GitHub. I will externalize credential and publish later.

Hi. Click a bookmark folder to toggle collapse.

I updated the controller to v1.6.5 and this issue still occurs. https://github.com/argoproj/argo-rollouts/issues/3080#issuecomment-1835809731 For now, we run a job to restart the controller every hour, but we still get `ProgressDeadlineExceeded: ReplicaSet...

It seems Datadog metrics API has 10MB limit. https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1925 I will add a flag of `collect-step-metrics`. It would be also effective for the custom metrics cost of Datadog. I think...

According to the API doc https://datadoghq.dev/datadog-api-client-typescript/classes/v1.MetricsApi.html#submitMetrics, the maximum payload size is 3.2MB.

I added `prefer-distribution-` options for cost control. https://github.com/int128/datadog-actions-metrics/releases/tag/v1.86.0 Does it solve the cost issue? I think it is still nice to provide some option to filter the metrics.

The change logs are available in GitHub Releases: https://github.com/int128/datadog-actions-metrics/releases

JFY: I tested this pull request as https://github.com/int128/actions-runner-controller-in-actions/pull/6. I'm not sure but found the following issues: - actions-runner image works perfectly 👍 - actions-runner-dind image: - Runner works but [`dockerd`...

I hope this would be an official image for RunnerScaleSets. We tried `ghcr.io/actions/runner` image in our organization, but some actions such as `ruby/setup-ruby` did not work since that image is...