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

Updated Numaflow go SDK #28

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Updated Numaflow go SDK #28

merged 1 commit into from
Sep 27, 2023

Conversation

sarabala1979
Copy link
Contributor

No description provided.

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
@@ -68,6 +67,7 @@ func (p *prometheusSink) push(msgPayloads []Payload) error {
metric: prometheus.NewDesc(payload.Name, "", nil, nil),
metricType: prometheus.GaugeValue,
value: payload.Value,
ts: time.UnixMilli(payload.TimestampMs),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed the bug for ts enabled

@sarabala1979 sarabala1979 merged commit bacb0b0 into main Sep 27, 2023
@sarabala1979 sarabala1979 deleted the sdk-upt-1 branch September 27, 2023 20:36
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