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

new Error Message: "Error when adding container to the metrics ..." #562

Closed
deluxestyle opened this issue Jan 13, 2025 · 8 comments · Fixed by #563
Closed

new Error Message: "Error when adding container to the metrics ..." #562

deluxestyle opened this issue Jan 13, 2025 · 8 comments · Fixed by #563
Assignees
Labels
bug Something isn't working

Comments

@deluxestyle
Copy link

since the update to wud 8.0.0 I'll get a lot of log entires with following message

20:00:38.798  WARN whats-up-docker:
    e05d0fe6b09212e99eb7676e7e1ba332af361e6516d236ce2b914e37a98082ec - Error when adding container to the metrics (Added label "labels" is not included in initial labelset: [
      'id',
      'name',
      'display_name',
      'display_icon',
      'status',
      'watcher',
      'include_tags',
      'exclude_tags',
      'transform_tags',
      'link_template',
      'link',
      'trigger_include',
      'trigger_exclude',
      'image_id',
      'image_registry_name',
      'image_registry_url',
      'image_name',
      'image_tag_value',
      'image_tag_semver',
      'image_digest_watch',
      'image_digest_value',
      'image_digest_repo',
      'image_architecture',
      'image_os',
      'image_variant',
      'image_created',
      'result_tag',
      'result_digest',
      'result_created',
      'result_link',
      'update_available',
      'update_kind_kind',
      'update_kind_local_value',
      'update_kind_remote_value',
      'update_kind_semver_diff',
      'error_message'
    ])

not sure why and where this is comming from

@mlofjard
Copy link
Contributor

Have you deleted your store?

@armond-avanes
Copy link

I'm getting the same series of warnings/errors on a brand new installation with empty "/store" directory.

@deluxestyle
Copy link
Author

Have you deleted your store?

I do not have any volumes attached, so I guess it should be empty

@fmartinou
Copy link
Collaborator

Hi,

Seems like the new labels property associated to containers is missing from the declared prometheus labels. 🤔

@fmartinou fmartinou self-assigned this Jan 14, 2025
@fmartinou fmartinou added the bug Something isn't working label Jan 14, 2025
@fmartinou fmartinou linked a pull request Jan 14, 2025 that will close this issue
@armond-avanes
Copy link

armond-avanes commented Jan 19, 2025

@fmartinou Is there any temporary workaround we can apply before 8.0.1 is released? I can't install WUD because of this issue.

@fmartinou
Copy link
Collaborator

Until the release of the 8.0.1, you can run the getwud/wud:main version.

It's the same.

@fmartinou
Copy link
Collaborator

For information, the 8.0.1 is out! 🥳

@deluxestyle
Copy link
Author

Works. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants