Skip to content

Commit

Permalink
chore: make tm2/telemetry less aware of gno.land
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Oct 5, 2024
1 parent 4afc79e commit 40eaad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tm2/pkg/telemetry/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ type Config struct {
func DefaultTelemetryConfig() *Config {
return &Config{
MetricsEnabled: false,
MeterName: "gno.land",
ServiceName: "gno.land",
ServiceInstanceID: "gno-node-1",
MeterName: "tm2",
ServiceName: "tm2",
ServiceInstanceID: "tm2-node-1",
ExporterEndpoint: "",
}
}
Expand Down

0 comments on commit 40eaad0

Please sign in to comment.