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

Thread group label #123

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Conversation

johndwalker
Copy link
Contributor

Prometheus Listener now supports value 'threadGroup' in the Labels column.
Updated some dependencies.
Fixes #66

Prometheus Listener now supports value 'threadGroup' in the Labels column.
Updated some dependencies.
@johrstrom
Copy link
Owner

Hi, terribly sorry for the delay, and thank you so much for the contribution!

I'm going to merge this now then leave comments for myself for a few things to change. Instead of waiting for you after so long, I'll just take care of it. Thanks again for the PR!

@johrstrom johrstrom merged commit 6022eef into johrstrom:main Jul 29, 2023
Comment on lines +87 to +96
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
</dependency>
Copy link
Owner

Choose a reason for hiding this comment

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

I don't think we need these - or if we do they're in provided scope.

<dependency>
<groupId>org.apache.jmeter</groupId>
<artifactId>ApacheJMeter_components</artifactId>
<version>${jmeter.version}</version>
Copy link
Owner

Choose a reason for hiding this comment

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

Should have provided scope because we use the shade plugin to build a uber jar with the dependencies in it.

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.

Collect thread group as a label
2 participants