Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does confighttp based HTTP server generate metrics like number of incoming requests? #5327

Closed
neelayu opened this issue May 9, 2022 · 1 comment

Comments

@neelayu
Copy link
Contributor

neelayu commented May 9, 2022

I am trying to explore if receivers built on top using confighttp.HTTPServerSettings generate useful metrics such as num of incoming requests, packets not forwarded to the processor(or exporter) etc. From the code I could see that the otelhttp instrumentation is used. However the /metrics endpoint on service.telemetry.metrics.address=:8888 endpoint reports no metrics(empty page) if we use telemetry.useOtelForInternalMetrics feature flag and basic obs views(exporter and processor metrics) otherwise.

Can anyone tell me if its the correct way to observe the collector?
Thanks

@jpkrohling
Copy link
Member

I know how it sounds, but the collector has limited self-observability capabilities. It should start changing once the Go SDK has the features we need. See #4198.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants