We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2ecd0 commit 842eaf5Copy full SHA for 842eaf5
test/influx.test.js
@@ -2,7 +2,7 @@ import { describe, it, expect, vi } from 'vitest';
2
import { reportRequestMetric } from '../lib/influx.js';
3
4
describe('reportRequestMetric', () => {
5
- it('should report metrics correctly', async () => {
+ it('should report metrics to InfluxDB over HTTP', async () => {
6
const request = {
7
url: 'https://example.com/path?api-key=test-key',
8
method: 'GET',
0 commit comments