You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add telemetry endpoint and serve if defined
For customers who have an agreement to disable telemetry,
they can "GET" the data and send it in another way.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Add system event types from event-worker
These types are for auditing and billing metrics
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Suppress request logging from proxy
This change enables providers to prevent the log message
outputted after each invocation in order to reduce load on
log aggregators.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Add Annotations field to QueueRequest
- Add an annotations field to pass additional meta-date to the consumers of
queue requests.
- Add JSON attributes to struct.
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>