Skip to content

Commit

Permalink
merge: branch '3597-json-epilogue' into 'main'
Browse files Browse the repository at this point in the history
Add JSON support for binary epilogues [#3597]

Closes #3597

See merge request accumulatenetwork/accumulate!1064
  • Loading branch information
firelizzard18 committed May 17, 2024
2 parents d3c0c0a + a02812b commit 6bd89f5
Show file tree
Hide file tree
Showing 27 changed files with 2,847 additions and 977 deletions.
1 change: 1 addition & 0 deletions cmd/accumulated/run/instrumentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (i *Instrumentation) listen(inst *Instance) error {
if i == nil || len(i.Listen) == 0 {
return nil
}
i.applyHttpDefaults()
_, err := i.startHTTP(inst, promhttp.InstrumentMetricHandler(
prometheus.DefaultRegisterer, promhttp.HandlerFor(
prometheus.DefaultGatherer,
Expand Down
Loading

0 comments on commit 6bd89f5

Please sign in to comment.