Skip to content

Commit

Permalink
Merge pull request #345 from xmidt-org/denpink/patch/metrics
Browse files Browse the repository at this point in the history
Additional FX Patches [Metrics]

Merging. All checks and requested changes have been met.
  • Loading branch information
denopink committed Jan 10, 2023
2 parents 1122c97 + fab0567 commit 7ddae3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- [https://github.com/xmidt-org/tr1d1um/issues/340](https://github.com/xmidt-org/tr1d1um/issues/340)
- [v2 & v3 endpoints are not enforcing capabilities xmidt-org/tr1d1um#342](https://github.com/xmidt-org/tr1d1um/issues/342)
- [v3 endpoint is not validating webhooks #341](https://github.com/xmidt-org/tr1d1um/issues/341)
- [8090 support has been removed #343](https://github.com/xmidt-org/tr1d1um/issues/343)
Expand Down
2 changes: 1 addition & 1 deletion primaryHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ type provideWebhookHandlersIn struct {
ArgusClientTimeout httpClientTimeout `name:"argus_client_timeout"`
Logger *zap.Logger
Measures *ancla.Measures
MeasuresIn ancla.MeasuresIn
Tracing candlelight.Tracing
Tf *touchstone.Factory
}

type provideWebhookHandlersOut struct {
Expand Down
2 changes: 1 addition & 1 deletion tr1d1um.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ region: "east"
flavor: "mint"

prometheus:
defaultNamespace: xmidt
defaultNamespace: webpa
defaultSubsystem: tr1d1um
constLabels:
development: "true"
Expand Down

0 comments on commit 7ddae3e

Please sign in to comment.