Skip to content

Commit

Permalink
Add JSON support for binary epilogues [#3597]
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed May 12, 2024
1 parent d3c0c0a commit f2e47cc
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 f2e47cc

Please sign in to comment.