workflow-telemetry-action icon indicating copy to clipboard operation
workflow-telemetry-action copied to clipboard

Run this action without internet access fails to connect to https://api.globadge.com

Open rajbos opened this issue 2 years ago • 3 comments

Hi, we are testing out this action inside our corporate network, running on disconnected runners.

I see you generate the line charts here by connecting to https://api.globadge.com, which does not work for us. Is there a workaround for this?

rajbos avatar Sep 15 '23 10:09 rajbos

Tagging @rwxdash as most active contributor?

rajbos avatar Sep 21 '23 11:09 rajbos

Hi @rajbos,

Unfortunately, collected metrics are only provided through charts (generated by https://api.globadge.com/) currently.

I think, you need the metrics in text format (plain text, JSON, CSV, etc ..), right?

If so, I think your issue can be resolved by implementing the issue https://github.com/catchpoint/workflow-telemetry-action/issues/29?

serkan-ozal avatar Feb 17 '24 21:02 serkan-ozal

Yes. Having an input to skip the chart output and just give text output would be great. It think #29 would indeed fix this for us.

rajbos avatar Feb 18 '24 15:02 rajbos