Skip to content

Releases: nytimes/gizmo

[server/kit] Adding SetLogger and stacktraces in panics

16 Mar 14:46
Compare
Choose a tag to compare
SetLogger and panic stacktrace. (#210)

* Initialize opencensus for GKE

* update readme

* Generalize initialization of sd exporter

* fix sdExporterOptions

* do not initilize SD exporters and error reporting unless we are in the cloud or set proper environment variables

* Update doc

* address comments

* remove redundant if

* SetLogger to context. Log panic with a stacktrace.

* Func comment

* fix typo

* fix typo

Ensuring NYTimes import path, removing some appengine tags

12 Mar 22:31
Compare
Choose a tag to compare
v1.2.3

removing unneeded appengine build tags

Build and Go Modules, updates, config/mysql.String() is now immutable

01 Mar 21:59
2c5fa25
Compare
Choose a tag to compare
Attempting to fix modules' indirect depedencies on master (#202)

* attempting to fix modules

* ensuring sarama is where it was before

* go mod tidy

[server/kit] No longer re-initing Middleware on every request

20 Feb 19:08
579b195
Compare
Choose a tag to compare
v1.2.1

ensuring the middleware is only initiated 1 time (#199)

Removing support for Go <=1.8, removing httprouter, adding new observe package

12 Feb 23:11
Compare
Choose a tag to compare
Extract GCP Monitoring (#192)

* Extract GCP Monitoring

* remove s

* add pkg doc

* return exporter

* return flush func

* try another approach

* bypass if check

* gcputil -> observe

* fix doc

* pr fixes

* fix gae metrics

* pr fixes

* pr fixes

* doc fixes

* better err msg

* log fix

* remove prom from observe

* sd brand

* fix build

* observe README

[server/kit] Adding Stackdriver logging support outside of GAE

05 Feb 22:18
Compare
Choose a tag to compare
Add resource information to logger of GKE, GCE and AWS EC2 (#180)

* Add resource information to logger of GKE, GCE and AWS EC2

* Remove env var. Add return error

* Handling error of stackdriver logger creation

* Handling error of stackdriver logger creation

* Docs for logID

* LogID Doc and use default values if is not provided

* Update error message

* Update doc

[gizmo/server] Removed the use of go-kit/metrics/provider

05 Feb 16:59
30c33e4
Compare
Choose a tag to compare
v1.0.0

Removing go-kit/metrics/provider to save us from dependency overload …

[server/kit] added OpenCensus Stackdriver exporters and GCP error reporting for GKE, GCE & AWS environments

29 Jan 19:47
Compare
Choose a tag to compare
Initialize opencensus for GKE (#176)

* Initialize opencensus for GKE

* update readme

* Generalize initialization of sd exporter

* fix sdExporterOptions

* do not initilize SD exporters and error reporting unless we are in the cloud or set proper environment variables

* Update doc

* address comments

* remove redundant if

[pubsub/aws] enabling the use of default credentials

25 Jan 20:36
Compare
Choose a tag to compare
v0.4.2

Remove explicit call to use credentials from environment variables (#…

[auth/gcp] using proper issuer for IAM JWTs

17 Jan 20:57
95e6953
Compare
Choose a tag to compare
v0.4.1

[auth/gcp] properly setting the service account email as the issuer a…