-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b4ff82
commit 19d0a7b
Showing
193 changed files
with
892 additions
and
892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ linters: | |
- unparam | ||
- unused | ||
- whitespace | ||
- godot | ||
|
||
issues: | ||
exclude-rules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ type FeatureFlags struct { | |
IsReadonlyEnabled bool `json:"isReadonlyEnabled" example:"false"` | ||
} | ||
|
||
// Sentry - config for sentry settings | ||
// Sentry - config for sentry settings. | ||
type Sentry struct { | ||
DSN string `json:"dsn,omitempty" example:"https://[email protected]"` | ||
Platform string `json:"platform,omitempty" example:"dev"` | ||
|
@@ -48,7 +48,7 @@ type WebConfig struct { | |
Sentry Sentry `json:"sentry"` | ||
} | ||
|
||
// MetricSourceCluster contains data about supported metric source cluster | ||
// MetricSourceCluster contains data about supported metric source cluster. | ||
type MetricSourceCluster struct { | ||
TriggerSource moira.TriggerSource `json:"trigger_source" example:"graphite_remote"` | ||
ClusterId moira.ClusterId `json:"cluster_id" example:"default"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.