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

Resty metrics #3

Closed
wants to merge 42 commits into from
Closed

Resty metrics #3

wants to merge 42 commits into from

Conversation

alexwood
Copy link

@alexwood alexwood commented Jun 4, 2024

initial drop of http response and error metrics to ffresty using ff common metric package

also adds generic global onError and onSuccess hooks

The hooks and the metrics enablement is intended to be global across all clients

so that for example we can configure it in a consumining application and all ffresty client will use the metrics configured

peterbroadhurst and others added 30 commits February 8, 2024 15:04
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
…es; allow handlers to manually specify content-type for non-JSON i.e. streams

Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
…napi-support

[ffapi] Support for Text and Binary Streams
Do not log an error if a JSON field is missing
Do not lose calling context in the logger
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
…tls-certs

[fftls] Allow for In-Memory or Inlined TLS Certificates
If a filter field contains "." then assume it is already qualified to
the correct scope (similar to how we treat SELECT fields).

Signed-off-by: Andrew Richardson <[email protected]>
Do not add alias prefix to filter fields that are already qualified
awrichar and others added 12 commits May 8, 2024 14:01
Allows mutating loaded objects after loading them from the database.

Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
Add custom ID field and AfterLoad hook
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
@alexwood alexwood closed this Jun 4, 2024
@alexwood alexwood deleted the restymetrics branch December 17, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants