File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/dev/openfga/sdk/telemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ public class Metrics {
1919 private final Configuration configuration ;
2020
2121 public Metrics () {
22- this .meter = OpenTelemetry .noop ().getMeterProvider ().get ("openfga-sdk/0.5 .0" );
22+ this .meter = OpenTelemetry .noop ().getMeterProvider ().get ("openfga-sdk/0.6 .0" );
2323 this .counters = new HashMap <>();
2424 this .histograms = new HashMap <>();
2525 this .configuration = new Configuration ();
2626 }
2727
2828 public Metrics (Configuration configuration ) {
29- this .meter = OpenTelemetry .noop ().getMeterProvider ().get ("openfga-sdk/0.5 .0" );
29+ this .meter = OpenTelemetry .noop ().getMeterProvider ().get ("openfga-sdk/0.6 .0" );
3030 this .counters = new HashMap <>();
3131 this .histograms = new HashMap <>();
3232 this .configuration = configuration ;
You can’t perform that action at this time.
0 commit comments