Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Make prometheus install for a fresh user
  • Loading branch information
malcolmholmes committed Jan 9, 2020
commit 7a2a27149e998a1a68cf72091ddad3b1a05c46ac
4 changes: 2 additions & 2 deletions prometheus-ksonnet/lib/prometheus.libsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
prometheus:: {
name:: error 'must specify name',
prometheus: {
name:: 'prometheus',

_config:: $._config,

Expand Down