-
Request: https://github.com/AppMetrics/InfluxDB/issues/17
-
Now that appmetrics-zipkin has a test suite it would be great if a new NPM release could be cut
gdams updated
6 years ago
-
#### General question
I have two instances of qownnotes on two identical machines running the 18.10.4 and one of them has the option to "show edit panel" the other does not - I like to toggle betw…
-
I started testing for the 1.1.1 release but my simple application was crashing. It doesn't crash without appmetrics-zipkin.
```js
require('appmetrics-zipkin')({
host: 'localhost',
port: 941…
-
It's possible to start a zipkin server in a docker container with a 1-line command
`docker run -d -p 9411:9411 openzipkin/zipkin`
and then query it with a REST API - https://github.com/openzipki…
-
Sorry for my English. I'm using AppMetrics for measuring performance of my app. My app is being developed on Net Core 2.I'm using built-in web metric and displaying them with Grafana. I've imported da…
-
#### Expected behaviour
No crash upon pasting an image in the Issue Assistant (or ignore image paste)
#### Actual behaviour
Crash upon pasting image in the "Steps to reproduce"
#### Steps …
-
Following the readme, getting no spans at all now.
```
var appzip = require('appmetrics-zipkin');
var express = require('express');
var app = express();
app.get('/api', (req, res) => res.send…
-
#### Expected behaviour …
-
#### Expected behaviour
The Navigation Tree is a really nice thing to jump around in an article.
I would find it interesting to:
- Be able to change the indentation value (I would probably make…