Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
LAST_CHANGED_COMMIT=$(git log -1 --format=format:%H --full-diff package.json)

if [ $LAST_CHANGED_COMMIT = $LATEST_COMMIT ]; then
git config user.email "${{ env.BOT_EMAIL }}"
git config user.name "${{ env.BOT_NAME }}"
git config user.email "${{ env.THIRD_PARTY_GIT_AUTHOR_EMAIL }}"
git config user.name "${{ env.THIRD_PARTY_GIT_AUTHOR_NAME }}"
oss third-party manifest
oss third-party notices
git add third_party_manifest.json
Expand Down
4 changes: 2 additions & 2 deletions dashboards/kafka-otel/kafka-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT max(kafka.partition.under_replicated) AS 'Under-replicated', latest(kafka.partition.count) AS 'Partition replicas', max(kafka.partition.under_min_isr) AS 'Under min ISR', max(kafka.max.lag) AS 'Max replica lag (messages)', filter(rate(sum(kafka.isr.operation.count), 1 minute), WHERE operation='shrink' AND metricName='kafka.isr.operation.count') AS 'ISR shrinks/min', average(kafka.request.queue) AS 'Avg request queue', filter(average(kafka.purgatory.size), WHERE type='Fetch') AS 'Fetch purgatory', filter(average(kafka.purgatory.size), WHERE type='Produce') AS 'Fetch purgatory' WHERE kafka.cluster.name IN ({{cluster}}) and entity.type='KAFKABROKER' FACET entity.name AS 'Broker' LIMIT 100"
"query": "FROM Metric SELECT max(kafka.partition.under_replicated) AS 'Under-replicated', latest(kafka.partition.count) AS 'Partition replicas', max(kafka.partition.under_min_isr) AS 'Under min ISR', max(kafka.max.lag) AS 'Max replica lag (messages)', filter(rate(sum(kafka.isr.operation.count), 1 minute), WHERE operation='shrink' AND metricName='kafka.isr.operation.count') AS 'ISR shrinks/min', average(kafka.request.queue) AS 'Avg request queue', filter(average(kafka.purgatory.size), WHERE type='Fetch') AS 'Fetch purgatory', filter(average(kafka.purgatory.size), WHERE type='Produce') AS 'Produce purgatory' WHERE kafka.cluster.name IN ({{cluster}}) and entity.type='KAFKABROKER' FACET entity.name AS 'Broker' LIMIT 100"
}
]
}
Expand Down Expand Up @@ -3840,7 +3840,7 @@
}
},
{
"title": "Old GC: Count per hour (frequency",
"title": "Old GC: Count per hour (frequency)",
"layout": {
"column": 5,
"row": 19,
Expand Down
2 changes: 2 additions & 0 deletions data-sources/kafka-otel/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ keywords:
- messaging
- opentelemetry kafka
- otel kafka
- open source monitoring
- infrastructure

categoryTerms:
- open source monitoring
Expand Down
4 changes: 4 additions & 0 deletions quickstarts/kafka-otel/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,9 @@ keywords:
- distributed systems
- event streaming
- messaging
- infrastructure
- open telemetry
- otel kafka
- open source monitoring
dashboards:
- kafka-otel
Loading
Loading