def _on_gcp_cloud_run()

in src/elasticotel/distro/resource_detectors.py [0:0]


def _on_gcp_cloud_run():
    """Cheap check to detect if we are running inside Google Cloud Run"""
    return "K_CONFIGURATION" in os.environ