question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[DOC-FIX] Document the maximum value and legal characters for log_param, log_metric and set_tag

See original GitHub issue

URLS with the issue:

Description of proposal:

Document the maximum value and legal characters for log_param, log_metric and set_tag. Note that log_metric’s value is already documented as float.

Tags:

Sample error messages for set_tag::

  • Tag value 'x...' had length 5001, which exceeded length limit of 250
  • Tag value 'vv...' had length 5001, which exceeded length limit of 5000

However, there seems to be no limit to a parameter’s key or value.

Metrics:

  • MlflowException: Invalid metric name: ‘01: running time in mins’. Names may only contain alphanumerics, underscores (_), dashes (-), periods (.), spaces ( ), and slashes (/)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
dmatrixcommented, May 5, 2021

@tmnhat2001 We always welcome contributions, and this is a good first issue to get started. Go for it and follow the example description of parameters in the API docs.

Cheers! Jules

0reactions
rafaelvp-dbcommented, Jun 10, 2022

@amesar just drop in to confirm if this has been closed - would you be able to close it, if it’s indeed the case? (if it’s not closed I’m happy to contribute)

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found