Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Khaled
/
testing-app
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
04d7244b
...
04d7244bfb4a5697544b6c4090dd1ac5ee0734f8
authored
2022-12-22 11:41:52 +0100
by
Khaled
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
new file: text.yml
0 parents
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
0 deletions
text.yml
text.yml
0 → 100644
View file @
04d7244
lowercaseOutputName
:
true
rules
:
-
pattern
:
kafka.cluster<type=(.+), name=(.+), topic=(.+), partition=(.+)><>Value
name
:
kafka_cluster_$1_$2
labels
:
topic
:
"
$3"
partition
:
"
$4"
-
pattern
:
kafka.log<type=Log, name=(.+), topic=(.+), partition=(.+)><>Value
name
:
kafka_log_$1
labels
:
topic
:
"
$2"
partition
:
"
$3"
-
pattern
:
kafka.controller<type=(.+), name=(.+)><>(Count|Value)
name
:
kafka_controller_$1_$2
-
pattern
:
kafka.network<type=(.+), name=(.+)><>Value
name
:
kafka_network_$1_$2
-
pattern
:
kafka.network<type=(.+), name=(.+)PerSec, request=(.+)><>Count
name
:
kafka_network_$1_$2_total
labels
:
request
:
"
$3"
-
pattern
:
kafka.network<type=(.+), name=(\w+), networkProcessor=(.+)><>Count
name
:
kafka_network_$1_$2
labels
:
request
:
"
$3"
type
:
COUNTER
-
pattern
:
kafka.network<type=(.+), name=(\w+), request=(\w+)><>Count
name
:
kafka_network_$1_$2
labels
:
request
:
"
$3"
-
pattern
:
kafka.network<type=(.+), name=(\w+)><>Count
name
:
kafka_network_$1_$2
-
pattern
:
kafka.server<type=(.+), name=(.+)PerSec\w*, topic=(.+)><>Count
name
:
kafka_server_$1_$2_total
labels
:
topic
:
"
$3"
-
pattern
:
kafka.server<type=(.+), name=(.+)PerSec\w*><>Count
name
:
kafka_server_$1_$2_total
type
:
COUNTER
-
pattern
:
kafka.server<type=(.+), name=(.+), clientId=(.+), topic=(.+), partition=(.*)><>(Count|Value)
name
:
kafka_server_$1_$2
labels
:
clientId
:
"
$3"
topic
:
"
$4"
partition
:
"
$5"
-
pattern
:
kafka.server<type=(.+), name=(.+), topic=(.+), partition=(.*)><>(Count|Value)
name
:
kafka_server_$1_$2
labels
:
topic
:
"
$3"
partition
:
"
$4"
-
pattern
:
kafka.server<type=(.+), name=(.+), topic=(.+)><>(Count|Value)
name
:
kafka_server_$1_$2
labels
:
topic
:
"
$3"
type
:
COUNTER
-
pattern
:
kafka.server<type=(.+), name=(.+), clientId=(.+), brokerHost=(.+), brokerPort=(.+)><>(Count|Value)
name
:
kafka_server_$1_$2
labels
:
clientId
:
"
$3"
broker
:
"
$4:$5"
-
pattern
:
kafka.server<type=(.+), name=(.+), clientId=(.+)><>(Count|Value)
name
:
kafka_server_$1_$2
labels
:
clientId
:
"
$3"
-
pattern
:
kafka.server<type=(.+), name=(.+)><>(Count|Value)
name
:
kafka_server_$1_$2
-
pattern
:
kafka.(\w+)<type=(.+), name=(.+)PerSec\w*><>Count
name
:
kafka_$1_$2_$3_total
-
pattern
:
kafka.(\w+)<type=(.+), name=(.+)PerSec\w*, topic=(.+)><>Count
name
:
kafka_$1_$2_$3_total
labels
:
topic
:
"
$4"
type
:
COUNTER
-
pattern
:
kafka.(\w+)<type=(.+), name=(.+)PerSec\w*, topic=(.+), partition=(.+)><>Count
name
:
kafka_$1_$2_$3_total
labels
:
topic
:
"
$4"
partition
:
"
$5"
type
:
COUNTER
-
pattern
:
kafka.(\w+)<type=(.+), name=(.+)><>(Count|Value)
name
:
kafka_$1_$2_$3_$4
type
:
COUNTER
-
pattern
:
kafka.(\w+)<type=(.+), name=(.+), (\w+)=(.+)><>(Count|Value)
name
:
kafka_$1_$2_$3_$6
labels
:
"
$4"
:
"
$5"
Please
register
or
sign in
to post a comment