-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Repeating "Skipping sending metrics because api endpoint is empty" message #1477
Comments
@bene-tleilax-werdna the "Skipping sending metrics" shows up because we don't configure the OpenTelemetry collector. I don't think this message would be the root cause of the issue, there is likely something else going on which is causing Dependabot to want to send to OpenTelemetry, but it can't. You can see this message appear earlier in your logs and the update still continues regardless. Unfortunately, the Dependabot proxy component is closed-source, so I would not be able to diagnose what is going on inside that component. When I have some free time, I will attempt to recreate your issue from the dependency list in your log and see if I can get any extra information out of it or at least boil it down to a minimal reproduction repo. I did a quick search of the dependabot-core project and found dependabot/dependabot-core#10309 (comment) which seems to be similar to your issue. There is a follow-up comment suggesting the |
Good idea, I will give that a shot and thank you for linking me to that issue, I'll post there after I see what happens if I remove groups entirely. I appreciate your quick response and willingness to try to tackle this issue! |
Removing groups entirely did not make any impact unfortunately. I'll chime in on that thread you linked in the dependabot-core project. |
Describe the bug
Attempting to run the Dependabot extension on a TypeScript repo results in a repetitive message that occurs once every minute until the task times out.
I am not 100% certain this isn't a depedenabot-core issue but I figure I would raise this here first.
If something is misconfigured, I'm happy to correct it. I will say I was able to setup a pip/Python Dependabot extension task with minimal setup and no issues, but I keep encountering issues with the npm package manager.
Categorization
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The pipeline and task to complete.
Logs and screenshots
I will attach the task output log to this with system.debug enabled (which I cancelled so it wasn't holding up other pipelines from executing due to concurrent run constraints).
npm-dependabot-msg-repeat.log
Log sample
pipeline.yml
dependabot.yml
Extension (please complete the following information):
The text was updated successfully, but these errors were encountered: