Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Jun 18, 2024
1 parent f929a78 commit ce54cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/metrics/v2/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ func ExampleCounter_implementation() {
}),
}
giant.MagicBeansEaten.Add(4)
giant.RedPillsEaten.Add(2)
giant.BluePillsEaten.Add(1)
// LITERALINCLUDE ExampleCounter_Implementation END
}
3 changes: 2 additions & 1 deletion private/periodic/legacy_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package periodic

import (
Expand Down

0 comments on commit ce54cca

Please sign in to comment.