grafana / grafana

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.
https://grafana.com
GNU Affero General Public License v3.0
64.42k stars 12.06k forks source link

Macaron: replace macaron.Context.Data access with setters and getters #38722

Closed zserge closed 2 years ago

zserge commented 3 years ago

Hide the internal macaron.Context details such as Data and provide and interfact to access it. This allow further storage of contextual data in a standard context.Context without breaking the API contract.

zserge commented 2 years ago

Data field has been removed from the macaron Context, so closing this issue.