-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose prometheus metrics via jmx exporter (#1573)
* feat: add support to expose prometheus metrics via jmx exporter * docs: fix typo on prometheus-config file extension * fix: add ARG to specify prometheus agent version * feat(config-api): add support to expose prometheus metrics via jmx exporter * feat(fido2): add support to expose prometheus metrics via jmx exporter * feat(scim): add support to expose prometheus metrics via jmx exporter * feat(client-api): add support to expose prometheus metrics via jmx exporter
- Loading branch information
Showing
27 changed files
with
225 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
startDelaySeconds: 0 | ||
ssl: false | ||
lowercaseOutputName: true | ||
lowercaseOutputLabelNames: true | ||
whitelistObjectNames: ["org.eclipse.jetty.server.handler:*"] | ||
rules: | ||
- pattern: ".*xx" | ||
- pattern: ".*requests" | ||
- pattern: ".*requestTimeTotal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
# include required files/directories | ||
!scripts | ||
!templates | ||
!conf | ||
!LICENSE | ||
!requirements.txt | ||
!jetty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
startDelaySeconds: 0 | ||
ssl: false | ||
lowercaseOutputName: true | ||
lowercaseOutputLabelNames: true | ||
whitelistObjectNames: ["org.eclipse.jetty.server.handler:*"] | ||
rules: | ||
- pattern: ".*xx" | ||
- pattern: ".*requests" | ||
- pattern: ".*requestTimeTotal" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
startDelaySeconds: 0 | ||
ssl: false | ||
lowercaseOutputName: true | ||
lowercaseOutputLabelNames: true | ||
whitelistObjectNames: ["org.eclipse.jetty.server.handler:*"] | ||
rules: | ||
- pattern: ".*xx" | ||
- pattern: ".*requests" | ||
- pattern: ".*requestTimeTotal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
startDelaySeconds: 0 | ||
ssl: false | ||
lowercaseOutputName: true | ||
lowercaseOutputLabelNames: true | ||
whitelistObjectNames: ["org.eclipse.jetty.server.handler:*"] | ||
rules: | ||
- pattern: ".*xx" | ||
- pattern: ".*requests" | ||
- pattern: ".*requestTimeTotal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.