Update module github.com/logicmonitor/lm-data-sdk-go to v1.3.4 #144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.2->v1.3.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
logicmonitor/lm-data-sdk-go (github.com/logicmonitor/lm-data-sdk-go)
v1.3.4Compare Source
📦 Release Notes - v1.3.4 (2025-07-04)
✨ New Features
🛠️ Optional Trace Rate Limiter
Introduced NoopRateLimiter for Trace Rate Limiting
A new NoopRateLimiter implementation is now available for the trace rate limiter.
Behavior: Disables all trace rate limiting — all spans and requests are passed through without restriction.
Use Cases: Ideal for development, testing, or environments where trace throttling is not required.
🌱 Enhanced Trace Rate Limiter Configurability
Environment Variable Support
The trace rate limiter can now be configured via environment variables, enabling easier runtime tuning.
If enabled and no explicit values are set, the system will:
Look for environment variables for requests-per-second and spans-per-second limits.
Fallback to hardcoded default values if variables are not found.
This allows for seamless customization without modifying code or redeploying services.
🛠️ Bug Fixes
Fixed Argument Issue in ConvertToLMLogInput
An empty string ("") was added to all ConvertToLMLogInput method calls to resolve parameter mismatch errors.
v1.3.3Compare Source
What's Changed
New Contributors
Full Changelog: logicmonitor/lm-data-sdk-go@v1.3.2...v1.3.3
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.