The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/devenv/docker/blocks/mssql_arm64
Victor Marin f8b527b818
Build: Add MSSQL devenv for ARM64 processors (#43888)
3 years ago
..
build Build: Add MSSQL devenv for ARM64 processors (#43888) 3 years ago
README.md Build: Add MSSQL devenv for ARM64 processors (#43888) 3 years ago
docker-compose.yaml Build: Add MSSQL devenv for ARM64 processors (#43888) 3 years ago

README.md

This build is basically a clone of the mssql folder but without the custom grafana db/user created.

At this moment, there is no MSSQL Server available for arm64 processors. The workaround is using an azure-sql-edge image instead.

The setup files cannot be used to create a custom grafana db/user since sqlcmd does not work for arm64 processors. (https://docs.microsoft.com/en-us/azure/azure-sql-edge/connect)

You can connect the Grafana MSSQL datasource to this instance by using the following credentials:

  • Host: localhost
  • Database: master
  • User: sa
  • Password: Password! or whatever is set in docker-compose.yaml for env var MSSQL_SA_PASSWORD