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

Numalogic original payload support #34

Merged
merged 11 commits into from
Jun 7, 2024
Merged

Numalogic original payload support #34

merged 11 commits into from
Jun 7, 2024

Conversation

sarabala1979
Copy link
Contributor

No description provided.

sarabala1979 and others added 9 commits November 29, 2023 12:56
Signed-off-by: sarabala1979 <sarabala1979@gmail.com>
Signed-off-by: sarabala1979 <sarabala1979@gmail.com>
Signed-off-by: sarabala1979 <sarabala1979@gmail.com>
Signed-off-by: sarabala1979 <sarabala1979@gmail.com>
Signed-off-by: sarabala1979 <sarabala1979@gmail.com>
This reverts commit 14f991b.
@@ -115,7 +115,7 @@ func (p *prometheusSink) Sink(ctx context.Context, datumStreamCh <-chan sinksdk.
failed = failed.Append(sinksdk.ResponseFailure(datum.ID(), "failed to push the metrics"))
}
var pls []PrometheusPayload
var prometheusPayload PrometheusPayload
var prometheusPayloads []*PrometheusPayload
for _, payloadMsg := range payloads {
p.metrics.IncreaseTotalPushed()
if p.enableMsgTransformer {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having a feature flag to support univariate payload and multivariate numalogic payload

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just temporary right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. once we moved to Multivariant. we can remove this code

Copy link
Member

@ab93 ab93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamp

@sarabala1979 sarabala1979 merged commit 7b68e65 into main Jun 7, 2024
1 check passed
@sarabala1979 sarabala1979 deleted the mv-changes branch June 7, 2024 18:09
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