OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
..
cfgmetadatagen fbd61aea79 [cmd/configschema]: include connectors (#29001) 1 year ago
docsgen 0c4c32e0c6 [chore] Remove 'skip' #11451 for tests not in need of fixes (#28682) 1 year ago
Makefile f4e96073cd Move configschema from collector core to collector contrib (#5038) 3 years ago
README.md f4e96073cd Move configschema from collector core to collector contrib (#5038) 3 years ago
comments.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
comments_test.go 0c4c32e0c6 [chore] Remove 'skip' #11451 for tests not in need of fixes (#28682) 1 year ago
common_test.go 0c4c32e0c6 [chore] Remove 'skip' #11451 for tests not in need of fixes (#28682) 1 year ago
configs.go fbd61aea79 [cmd/configschema]: include connectors (#29001) 1 year ago
configs_test.go 0c4c32e0c6 [chore] Remove 'skip' #11451 for tests not in need of fixes (#28682) 1 year ago
fields.go f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) 1 year ago
fields_test.go 0c4c32e0c6 [chore] Remove 'skip' #11451 for tests not in need of fixes (#28682) 1 year ago
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
go.sum 40b485f08a Update core for v0.90.0 release (#29539) 1 year ago
metadata.yaml 8a4348cb00 [chore] add codeowners to metadata (#24404) 1 year ago
resolver.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
resolver_test.go 38db557363 [chore][cmd/configschema] Fix and re-enable resolver tests on Windows (#29343) 1 year ago

README.md

ConfigSchema API

This package contains an API that can be used to introspect the configuration struct of a collector component. It can be used to generate documentation or tools to help users configure the collector.