mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-27 15:08:14 +02:00
new tracing system
This commit is contained in:
parent
b87d940d11
commit
a6f43f3c3c
127 changed files with 7509 additions and 1454 deletions
|
@ -45,11 +45,6 @@ func NewMetricsManager(ctx context.Context, src Source) *MetricsManager {
|
|||
return mgr
|
||||
}
|
||||
|
||||
// Close closes any underlying http server.
|
||||
func (mgr *MetricsManager) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// OnConfigChange updates the metrics manager when configuration is changed.
|
||||
func (mgr *MetricsManager) OnConfigChange(ctx context.Context, cfg *Config) {
|
||||
mgr.mu.Lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue