Skip to content

Commit

Permalink
chore: use otelx config.schema.json in ory:tracing-config (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Mar 29, 2023
1 parent cfaefac commit 197cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render-schemas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail

ory_x_version="$(go list -f '{{.Version}}' -m github.com/ory/x)"

sed "s!ory://tracing-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/tracing/config.schema.json!g;
sed "s!ory://tracing-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/otelx/config.schema.json!g;
s!ory://logging-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/logrusx/config.schema.json!g" embedx/config.schema.json > .schema/config.schema.json

git add .schema/config.schema.json
Expand Down

0 comments on commit 197cbc6

Please sign in to comment.