Skip to content

Commit

Permalink
feat(obsrvability-lib): remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrax1 committed Jun 10, 2024
1 parent 8da5cde commit 7574501
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions observability-lib/core-node/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ func BuildDashboard(name string, dataSourceMetric string, platform string) (dash

func vars(p Props) []cog.Builder[dashboard.VariableModel] {
var variables []cog.Builder[dashboard.VariableModel]

//variables = append(variables,
// utils.QueryVariable(p.MetricsDataSource, "evmChainID", "EvmChainID", fmt.Sprintf("label_values(%s)", "evmChainID"), true))

if p.PlatformOpts.Platform == "kubernetes" {
variables = append(variables,
utils.QueryVariable(p.MetricsDataSource, "env", "Environment", `label_values(up, env)`, false))
Expand Down

0 comments on commit 7574501

Please sign in to comment.