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

[Issue 7489] Remove timestamp from metrics #7539

Merged
merged 11 commits into from
Jul 25, 2020

Conversation

vzhikserg
Copy link
Contributor

Fixes #7489

Motivation

Reduce the number of metrics by removing the label with timestamp (which makes every metric unique and prevents aggregation).

Modifications

The label with timestamp was removed for Java functions and connectors, and Go functions.

@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

@jiazhai
Copy link
Member

jiazhai commented Jul 16, 2020

/pulsarbot run-failure-checks

@devinbost
Copy link
Contributor

@vzhikserg This is great! Thanks for working on this.

@merlimat merlimat added area/function component/stats type/bug The PR fixed a bug or issue reported a bug labels Jul 17, 2020
@merlimat merlimat added this to the 2.7.0 milestone Jul 17, 2020
@jiazhai
Copy link
Member

jiazhai commented Jul 17, 2020

/pulsarbot run-failure-checks

@vzhikserg
Copy link
Contributor Author

@jiazhai @merlimat @sijie It seems there is some kind of issue with the Go jobs. Could you please help to investigate the problem?

@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@vzhikserg
Copy link
Contributor Author

/pulsarbot run-failure-checks

@merlimat merlimat merged commit 777ed16 into apache:master Jul 25, 2020
wolfstudy pushed a commit that referenced this pull request Jul 29, 2020
* [Issue 7489] Remove timestamp from exception metrics for functions and connectors

* [Issue 7489] Remove timestamp from exception metrics for Go functions

* [Issue 7489] Remove unused import in go stats

* [Issue 7489] Remove timestamp from metrics in python stats

* Change to v2 of go github actions

* Update go github actions

* Remove the version from the go test command

* Rename github jobs for go

Co-authored-by: Matteo Merli <mmerli@splunk.com>
(cherry picked from commit 777ed16)
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
* [Issue 7489] Remove timestamp from exception metrics for functions and connectors

* [Issue 7489] Remove timestamp from exception metrics for Go functions

* [Issue 7489] Remove unused import in go stats

* [Issue 7489] Remove timestamp from metrics in python stats

* Change to v2 of go github actions

* Update go github actions

* Remove the version from the go test command

* Rename github jobs for go

Co-authored-by: Matteo Merli <mmerli@splunk.com>
lbenc135 pushed a commit to lbenc135/pulsar that referenced this pull request Sep 5, 2020
* [Issue 7489] Remove timestamp from exception metrics for functions and connectors

* [Issue 7489] Remove timestamp from exception metrics for Go functions

* [Issue 7489] Remove unused import in go stats

* [Issue 7489] Remove timestamp from metrics in python stats

* Change to v2 of go github actions

* Update go github actions

* Remove the version from the go test command

* Rename github jobs for go

Co-authored-by: Matteo Merli <mmerli@splunk.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/function release/2.6.1 type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Every function/connector exception results in a new metric
5 participants