Skip to content

Elixir modules for accessing the Grafana API and retrieving Grafana visualizations

License

Notifications You must be signed in to change notification settings

tagip/grafana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana

TODO: Add description of product

Installation

  1. Add grafana to your list of dependencies in mix.exs:

    def deps do
      [{:grafana, "~> 0.0.1", github: "tagip/grafana"}]
    end
  2. Ensure grafana is started before your application:

    def application do
      [applications: [:grafana]]
    end
  3. Configure the environment variables in your config files:

    config :grafana,
      api_host: "<your grafana server url>",
      api_key: "Bearer <your key>"

Mocked mode

config :worldping, api_host: "test"

About

Elixir modules for accessing the Grafana API and retrieving Grafana visualizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%