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

Implement /api/v1/read for GAUGE envelopes #3769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

georgethebeatle
Copy link
Member

Is there a related GitHub Issue?

#3752

What is this change about?

  • Allow GAUGE envelope type for the envelope_type query parameters
  • The implementation assumes LOGS envelope type if not specified. This
    is good enough for the current implementation and we do not have to
    merge logs and gauges. We could change that in future if needed
  • When the envelope type is GAUGE we ignore all the other query
    paramters as we do not return historical data, i.e. all the gauge
    values represent the current state.

Tag your pair, your PM, and/or team

@georgethebeatle

@danail-branekov danail-branekov enabled auto-merge (rebase) January 30, 2025 15:04
* Allow `GAUGE` envelope type for the `envelope_type` query parameters
* The implementation assumes `LOGS` envelope type if not specified. This
  is good enough for the current implementation and we do not have to
  merge logs and gauges. We could change that in future if needed
* When the envelope type is `GAUGE` we ignore all the other query
  paramters as we do not return historical data, i.e. all the gauge
  values represent the current state.

Co-authored-by: Georgi Sabev <[email protected]>
Co-authored-by: Yusmen Zabanov <[email protected]>
Co-authored-by: Danail Branekov <[email protected]>

fixes #3752

Co-authored-by: Georgi Sabev <[email protected]>
Co-authored-by: Yusmen Zabanov <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants