Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C config
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ai3ai3
  • config
  • Merge requests
  • !144

float-util-mariadb: grant replica monitor for exporter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged godog requested to merge mysqld-exporter-privs into master Aug 28, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

mysqld-exporter errors out when attempting to collect slave stats:

level=error msg="Error scraping for collect.slave_status: Error 1227: Access denied; you need (at least one of) the SUPER, SLAVE MONITOR privilege(s) for this operation" source="exporter.go:171"

Option introduced in mariadb 10.5.8: https://mariadb.com/docs/reference/mdb/privileges/SLAVE_MONITOR/

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mysqld-exporter-privs