-
Notifications
You must be signed in to change notification settings - Fork 24
feat(kas): collect metrics #1702
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pflynn-virtru
previously approved these changes
Nov 8, 2024
@sujankota could we add a github-script step to post the results of the benchmark process to the PR? Something like: Credit ChatGPT
|
strantalis
reviewed
Nov 27, 2024
strantalis
approved these changes
Nov 27, 2024
This was referenced Nov 27, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 2, 2024
🤖 I have created a release *beep* *boop* --- ## [0.4.31](service/v0.4.30...service/v0.4.31) (2024-12-02) ### Features * **kas:** collect metrics ([#1702](#1702)) ([def28d1](def28d1)) * **policy:** 1500 Attribute create with Values (one RPC Call) should employ a db transaction ([#1778](#1778)) ([90edbde](90edbde)) ### Bug Fixes * **core:** move auth interceptor to top of chain ([#1790](#1790)) ([f9f5a75](f9f5a75)) * **policy:** return fqns in list subject mappings ([#1796](#1796)) ([c0a9dda](c0a9dda)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 18, 2024
🤖 I have created a release *beep* *boop* --- ## [0.1.3](lib/flattening/v0.1.2...lib/flattening/v0.1.3) (2024-12-17) ### Features * **kas:** collect metrics ([#1702](#1702)) ([def28d1](def28d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 18, 2024
🤖 I have created a release *beep* *boop* --- ## [0.2.10](lib/fixtures/v0.2.9...lib/fixtures/v0.2.10) (2024-12-17) ### Features * **kas:** collect metrics ([#1702](#1702)) ([def28d1](def28d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 8, 2025
🤖 I have created a release *beep* *boop* --- ## [0.3.24](sdk/v0.3.23...sdk/v0.3.24) (2025-01-08) ### Features * **core:** Expose version info ([#1841](#1841)) ([92a9f5e](92a9f5e)) * **kas:** collect metrics ([#1702](#1702)) ([def28d1](def28d1)) ### Bug Fixes * **core:** Update fixtures and flattening in sdk and service ([#1827](#1827)) ([d6d6a7a](d6d6a7a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 25, 2025
🤖 I have created a release *beep* *boop* --- ## [0.1.8](lib/ocrypto/v0.1.7...lib/ocrypto/v0.1.8) (2025-02-25) ### Features * **core:** EXPERIMENTAL: EC-wrapped key support ([#1902](#1902)) ([652266f](652266f)) * **kas:** collect metrics ([#1702](#1702)) ([def28d1](def28d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com> Co-authored-by: Jake Van Vorhis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
trace
top level config to viper config, includingtrace.enabled
(boolean) for enabling otel tracer, andtrace.folder
for setting the folder to store thetrace.log
fileexamples benchmark
command to run encrypt/decrypt and rewrap benchmarks