Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[config] introduce config package #4376

Merged
merged 7 commits into from Oct 10, 2023

Commits on Oct 10, 2023

  1. [config] introduce config package

    This change introduces the config package with the following changes:
    
    - add go-jsonschema tool to tools.go
    - add `make genjsonschema` target to Makefile
    - run the genjsonschema target to generate the code from the opentelemetry configuration schema
    - add a readme for the package
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb03523 View commit details
    Browse the repository at this point in the history
  2. initial genjsonschema code

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5fd39dc View commit details
    Browse the repository at this point in the history
  3. add more details in readme

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9a11204 View commit details
    Browse the repository at this point in the history
  4. update changelog

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1628ed8 View commit details
    Browse the repository at this point in the history
  5. update makefile to use v0.1.0 tag

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a68cac9 View commit details
    Browse the repository at this point in the history
  6. move generated_config to config dir

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d8cf141 View commit details
    Browse the repository at this point in the history
  7. bump gojsonschema dep to v0.14.0

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c22c4a1 View commit details
    Browse the repository at this point in the history