Run this action without internet access fails to connect to https://api.globadge.com
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?
Tagging @rwxdash as most active contributor?
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?
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.