mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
add telemetry endpoint
This commit is contained in:
parent
5b560d77ec
commit
3d18b83c84
2 changed files with 2 additions and 2 deletions
|
|
@ -457,4 +457,4 @@ func parseHeaderArgs(args []string) http.Header {
|
|||
headers.Add(parts[0], value)
|
||||
}
|
||||
return headers
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ func InstrumentGenericAPIClient(client client.GenericAPIClient, serverName strin
|
|||
serverName: serverName,
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue