You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ignore prometheus receiver as it has no listening endpoint
casename=="prometheus":
returnnil
Currently, the receivers to skip are hard coded into the singlePortFromConfigEndpoint() function. Instead, we can make this configurable with kubeletstats and prometheus as the default list of receivers to skip.
opentelemetry-operator/pkg/collector/parser/receiver.go
Lines 107 to 112 in e48373c
Currently, the receivers to skip are hard coded into the
singlePortFromConfigEndpoint()
function. Instead, we can make this configurable withkubeletstats
andprometheus
as the default list of receivers to skip.This is from @secustor's comment:
#1070 (comment)
The text was updated successfully, but these errors were encountered: