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
2 changes: 1 addition & 1 deletion core/src/main/scala/kafka/network/SocketServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ private[kafka] class Processor(
threadName: String,
connectionDisconnectListeners: Seq[ConnectionDisconnectListener]
) extends Runnable with Logging {
private val metricsPackage = "kafka.server"
private val metricsPackage = "kafka.network"
private val metricsClassName = "Processor"
private val metricsGroup = new KafkaMetricsGroup(metricsPackage, metricsClassName)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information registryarding copyright ownership.
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
Expand Down