├── .github ├── renovate.json5 └── workflows │ ├── fossa.yml │ └── ossf-scorecard.yml ├── BUILD_OPENTELEMETRY-COLLECTOR.md ├── LICENSE └── README.md /.github/renovate.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/.github/renovate.json5 -------------------------------------------------------------------------------- /.github/workflows/fossa.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/.github/workflows/fossa.yml -------------------------------------------------------------------------------- /.github/workflows/ossf-scorecard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/.github/workflows/ossf-scorecard.yml -------------------------------------------------------------------------------- /BUILD_OPENTELEMETRY-COLLECTOR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/BUILD_OPENTELEMETRY-COLLECTOR.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-telemetry/sig-mainframe/HEAD/README.md --------------------------------------------------------------------------------