Skip to content

Commit

Permalink
Merge pull request #8 from Appdynamics/2.0.3
Browse files Browse the repository at this point in the history
updated SIM metricPrefix in config.yml
  • Loading branch information
kunalgupApDx authored Feb 22, 2019
2 parents 4c7f6bb + ef1560a commit edceb68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# AppDynamics Kafka Monitoring Extension CHANGELOG

## 2.0.2 - Feb 22, 2019
1. Updated SIM metricPrefix in config.yml

## 2.0.2 - Jan 23, 2019
1. Fixed null pointer in JMXConnection

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ Always feel free to fork and contribute any changes directly via [GitHub](https:
## Version
| Name | Version |
| :---------------------------| :---------------------------|
| Extension Version: | 2.0.2 |
| Extension Version: | 2.0.3 |
| Controller Compatibility: | 4.0 or Later |
| Tested On: | Apache Kafka 2.0.0 |
| Operating System Tested On: | Mac OS, Linux |
| Last updated On: | Jan 23, 2019 |
| Last updated On: | Feb 22, 2019 |
| List of changes to this extension| [Change log](https://github.com/Appdynamics/kafka-monitoring-extension/blob/master/Changelog.md)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>kafka-monitoring-extension</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<name>kafka-monitoring-extension</name>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/conf/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#If SIM is enabled, use this
#metricPrefix: 'Custom metrics|Kafka'
#metricPrefix: 'Custom Metrics|Kafka'

#If SIM is not enabled, then use this
metricPrefix: 'Server|Component:<Component-ID>|Custom Metrics|Kafka'
Expand Down

0 comments on commit edceb68

Please sign in to comment.