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/pkg/api
Torkel Ödegaard 5270c4bc74 refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago
..
dtos Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 11 years ago
static Added custom cache control headers for static content 11 years ago
admin_settings.go whitespace update per gofmt 11 years ago
admin_users.go Added server metrics 11 years ago
api.go refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago
api_test.go Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 11 years ago
apikey.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 11 years ago
common.go refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago
dashboard.go Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 11 years ago
dashboard_snapshot.go Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 11 years ago
dataproxy.go Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255 11 years ago
dataproxy_test.go Fixed dataproxy test 11 years ago
datasources.go Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 11 years ago
frontendsettings.go Updating docs 11 years ago
index.go refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago
login.go Backend auth: remember cookie is needed for oauth logins as well 11 years ago
login_oauth.go Added message alerts when login failed due to github team membership or email domain requirement, #1731, #1660 11 years ago
metrics.go Changed go package path 11 years ago
org.go Added check for allow_user_org_create, updated admin docs 11 years ago
org_users.go Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 11 years ago
render.go HTTP API: grafana /render calls nows with api keys, Fixes #1649 11 years ago
search.go Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 11 years ago
signup.go Added server metrics 11 years ago
stars.go Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 11 years ago
user.go refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago