Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Dec 29, 2024
1 parent 25f2804 commit dccc38c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
v3.0.0 - XXXX-XX-XX
===================

- Convert all logging to structured (#199).
- Look for ``config.yaml`` configuration file by default, configuration file
can be optionally specified with ``--config``.
- Support passing configuration options via environment variables.
- Support loading ``.env`` file with environment variables for configuration.
- [docker] Run exporter from the ``/config`` directory, supporting having
``.env`` file there.
- [snap] Run exporter from the ``$SNAP_DATA`` directory, supporting having
``.env`` file there.

**NOTE**:
This release introduces a few breaking changes from the 2.x series,
specificially:

- The ``--log-level`` option now takes lowercase names for levels.
- The configuration file is no longer a required option, since
``config.yaml`` in the current directory is looked up automatically. If a
different file is specified, it should be done as an optional parameter
with ``--config``.
- Metrics of type ``counter`` are now set by default to values returned by
queries. To preserve the old default behavior of incrementing it by the
returned value, ``increment`` should be set to ``true`` in the metric
configuration.


v2.11.1 - 2024-11-19
====================

Expand Down

0 comments on commit dccc38c

Please sign in to comment.