mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
telemetry: add installation id (#2017)
* telemetry: add installation id * set installation id globally * remove unneeded changes
This commit is contained in:
parent
853d2dd478
commit
e2ebef44ef
32 changed files with 608 additions and 483 deletions
|
@ -54,6 +54,7 @@ func (r *Reporter) OnConfigChange(cfg *config.Config) {
|
|||
RequestTimeout: cfg.Options.GRPCClientTimeout,
|
||||
ClientDNSRoundRobin: cfg.Options.GRPCClientDNSRoundRobin,
|
||||
WithInsecure: cfg.Options.GRPCInsecure,
|
||||
InstallationID: cfg.Options.InstallationID,
|
||||
ServiceName: cfg.Options.Services,
|
||||
SignedJWTKey: sharedKey,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue