Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Merge requests
!940
L2SS-1892
: Fix multidim enum metrics
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
L2SS-1892
: Fix multidim enum metrics
fix-multidim-enum-metrics
into
master
Overview
0
Commits
9
Pipelines
0
Changes
5
Merged
Jan David Mol
requested to merge
fix-multidim-enum-metrics
into
master
11 months ago
Overview
0
Commits
9
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
version 11
6e0539e7
11 months ago
version 10
9d5c5b77
11 months ago
version 9
545aa0b6
11 months ago
version 8
5560a445
11 months ago
version 7
f96a1e24
11 months ago
version 6
405f5e39
11 months ago
version 5
7f0f482f
11 months ago
version 4
7d29f4bf
11 months ago
version 3
227a3c5b
11 months ago
version 2
053a73e9
11 months ago
version 1
0bce84ff
11 months ago
master (base)
and
latest version
latest version
a3f00419
9 commits,
11 months ago
version 11
6e0539e7
15 commits,
11 months ago
version 10
9d5c5b77
15 commits,
11 months ago
version 9
545aa0b6
9 commits,
11 months ago
version 8
5560a445
8 commits,
11 months ago
version 7
f96a1e24
7 commits,
11 months ago
version 6
405f5e39
7 commits,
11 months ago
version 5
7f0f482f
6 commits,
11 months ago
version 4
7d29f4bf
5 commits,
11 months ago
version 3
227a3c5b
4 commits,
11 months ago
version 2
053a73e9
3 commits,
11 months ago
version 1
0bce84ff
2 commits,
11 months ago
5 files
+
100
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
tangostationcontrol/tangostationcontrol/metrics/_decorators.py
+
1
−
1
Options
@@ -33,7 +33,7 @@ class VersionMetric(AttributeMetric):
Info
,
)
self
.
_info
_value
(
dict
(
version
=
version
)
,
self
.
static_label_values
)
self
.
set
_value
(
dict
(
version
=
version
))
class
StateMetric
(
AttributeMetric
):
Loading