Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Picametrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Picasoft
Technique
Picametrics
Compare revisions
7a41002e438b6c1f697926ea873482232ed81821 to 7fb6d5299125c25358171f70e6f62d96f149e061
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
picasoft/projets/picasoft-metrics-bot
Select target project
No results found
7fb6d5299125c25358171f70e6f62d96f149e061
Select Git revision
Branches
master
Tags
v1.0
v1.1
v2.0
Swap
Target
picasoft/projets/picasoft-metrics-bot
Select target project
picasoft/projets/picasoft-metrics-bot
1 result
7a41002e438b6c1f697926ea873482232ed81821
Select Git revision
Branches
master
Tags
v1.0
v1.1
v2.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
I have fat fingers
· 7fb6d529
Quentin Duchemin
authored
4 years ago
Verified
7fb6d529
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mattermost/mattermost.py
+1
-1
1 addition, 1 deletion
mattermost/mattermost.py
with
1 addition
and
1 deletion
mattermost/mattermost.py
View file @
7fb6d529
...
...
@@ -188,7 +188,7 @@ class MattermostCollector(object):
# Extract values
data
[
'
public_channels
'
]
=
cls
.
_get_value
(
res
,
'
channel_open_count
'
)
data
[
'
private_channels
'
]
=
cls
.
_get_value
(
res
,
'
channel_private_count
'
)
data
[
'
total_websocket_connections
'
]
=
cl
i
s
.
_get_value
(
res
,
'
total_websocket_connections
'
)
data
[
'
total_websocket_connections
'
]
=
cls
.
_get_value
(
res
,
'
total_websocket_connections
'
)
data
[
'
posts
'
]
=
cls
.
_get_value
(
res
,
'
post_count
'
)
data
[
'
users
'
]
=
cls
.
_get_value
(
res
,
'
unique_user_count
'
)
data
[
'
teams
'
]
=
cls
.
_get_value
(
res
,
'
team_count
'
)
...
...
This diff is collapsed.
Click to expand it.