Skip to content

Commit

Permalink
fix(metrics): fix missing @component on ConfigEntryLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Feb 23, 2021
1 parent c6c8d64 commit 456ece2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -18,11 +18,13 @@
*/
package io.streamthoughts.azkarra.metrics;

import io.streamthoughts.azkarra.api.annotations.Component;
import io.streamthoughts.azkarra.api.config.Conf;
import io.streamthoughts.azkarra.api.config.ConfEntry;
import io.streamthoughts.azkarra.streams.AbstractConfigEntryLoader;
import io.streamthoughts.azkarra.streams.AzkarraApplication;

@Component
public class AzkarraMetricsConfigEntryLoader extends AbstractConfigEntryLoader {

public static final String CONFIG_ENTRY_KEY = "metrics";
Expand Down

0 comments on commit 456ece2

Please sign in to comment.