Skip to content

Commit

Permalink
feat: switch to opentelemetry tracing (ory#2318)
Browse files Browse the repository at this point in the history
Co-authored-by: ory-bot <[email protected]>
  • Loading branch information
icyphox and ory-bot authored Apr 29, 2022
1 parent 77f5bbd commit 121a4d3
Show file tree
Hide file tree
Showing 17 changed files with 2,543 additions and 462 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
- uses: ory/ci/releaser/render-version-schema@master
with:
token: ${{ secrets.ORY_BOT_PAT }}
schema-path: embedx/config.schema.json
schema-path: .schemastore/config.schema.json

newsletter-draft:
name: Draft newsletter
Expand Down
1 change: 1 addition & 0 deletions .orycli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ project: kratos

pre_release_hooks:
- make sdk
- ./scripts/render-schemas.sh
3 changes: 3 additions & 0 deletions .schemastore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The config schema is generated from the internal one at
`embedx/config.schema.json`, so in case of changes to the config schema,
please edit that internal schema instead.
Loading

0 comments on commit 121a4d3

Please sign in to comment.